On 12/16/2011 09:14 AM, Martin Storsjö wrote:
> ---
> 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,
ok.
-Justin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel