[FFmpeg-cvslog] nellymoserdec: Indicate that the decoder can handle changed parameters

Martin Storsjö git at videolan.org
Thu Dec 22 02:05:06 CET 2011


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Fri Dec 16 16:10:02 2011 +0200| [ce94948198f3d22fd1ed53b99ee31e0a3f791f87] | committer: Martin Storsjö

nellymoserdec: Indicate that the decoder can handle changed parameters

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ce94948198f3d22fd1ed53b99ee31e0a3f791f87
---

 libavcodec/nellymoserdec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/nellymoserdec.c b/libavcodec/nellymoserdec.c
index 7723c58..af286fb 100644
--- a/libavcodec/nellymoserdec.c
+++ b/libavcodec/nellymoserdec.c
@@ -221,7 +221,7 @@ AVCodec ff_nellymoser_decoder = {
     .init           = decode_init,
     .close          = decode_end,
     .decode         = decode_tag,
-    .capabilities   = CODEC_CAP_DR1,
+    .capabilities   = CODEC_CAP_DR1 | CODEC_CAP_PARAM_CHANGE,
     .long_name = NULL_IF_CONFIG_SMALL("Nellymoser Asao"),
     .sample_fmts    = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLT,
                                                       AV_SAMPLE_FMT_S16,



More information about the ffmpeg-cvslog mailing list