]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libopusdec.c
avutil: Switch crypto APIs to size_t
[ffmpeg] / libavcodec / libopusdec.c
index 1724a49906f64a5ddbc0b8049d4f0b53dc640ca2..082a431c6c6c0e0facd813deaae25d7f6adc3d1e 100644 (file)
@@ -235,7 +235,7 @@ AVCodec ff_libopus_decoder = {
     .close          = libopus_decode_close,
     .decode         = libopus_decode,
     .flush          = libopus_flush,
-    .capabilities   = AV_CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_CHANNEL_CONF,
     .caps_internal  = FF_CODEC_CAP_INIT_CLEANUP,
     .sample_fmts    = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_FLT,
                                                      AV_SAMPLE_FMT_S16,