projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f13db94
)
nellymoserdec: Indicate that the decoder can handle changed parameters
author
Martin Storsjö
<martin@martin.st>
Fri, 16 Dec 2011 14:10:02 +0000
(16:10 +0200)
committer
Martin Storsjö
<martin@martin.st>
Wed, 21 Dec 2011 20:52:44 +0000
(22:52 +0200)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/nellymoserdec.c
patch
|
blob
|
history
diff --git
a/libavcodec/nellymoserdec.c
b/libavcodec/nellymoserdec.c
index
7723c58
..
af286fb
100644
(file)
--- 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,