X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fvima.c;h=2dfc2cc5c8cb622ccba9e88ef0a312458b77f1fb;hb=0181162bb54ce62ec212436a12d059726d8cd1df;hp=b4620acf6b973fed0a8b94cb3fe9230a1b9455e3;hpb=14fe81b3a88dfe4dbac12e8715f9a3f05b5ef1bf;p=ffmpeg diff --git a/libavcodec/vima.c b/libavcodec/vima.c index b4620acf6b9..2dfc2cc5c8c 100644 --- a/libavcodec/vima.c +++ b/libavcodec/vima.c @@ -214,5 +214,5 @@ AVCodec ff_adpcm_vima_decoder = { .id = AV_CODEC_ID_ADPCM_VIMA, .init = decode_init, .decode = decode_frame, - .capabilities = AV_CODEC_CAP_DR1, + .capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_CHANNEL_CONF, };