X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fevrcdec.c;h=00e342a1f6029d4975aa447176e1751b840118f1;hb=930391e5988abe126d29c5e9b09fab459e0b8936;hp=8728c02a3b10a138fe19cf6bd238f17cbdb73304;hpb=398000abcf980d239a789da6f69811913d2fc635;p=ffmpeg diff --git a/libavcodec/evrcdec.c b/libavcodec/evrcdec.c index 8728c02a3b1..00e342a1f60 100644 --- a/libavcodec/evrcdec.c +++ b/libavcodec/evrcdec.c @@ -935,7 +935,7 @@ AVCodec ff_evrc_decoder = { .id = AV_CODEC_ID_EVRC, .init = evrc_decode_init, .decode = evrc_decode_frame, - .capabilities = AV_CODEC_CAP_DR1, + .capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_CHANNEL_CONF, .priv_data_size = sizeof(EVRCContext), .priv_class = &evrcdec_class, };