]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libilbc.c
tests/api-flac-test: ensure the frame is writable before writing to it
[ffmpeg] / libavcodec / libilbc.c
index 9a56cc87854767fd21655c5461ee58f4860e5b00..08f951ac2dc85e08d8ef647b9a33dd9607bc9520 100644 (file)
@@ -111,7 +111,7 @@ AVCodec ff_libilbc_decoder = {
     .priv_data_size = sizeof(ILBCDecContext),
     .init           = ilbc_decode_init,
     .decode         = ilbc_decode_frame,
-    .capabilities   = AV_CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_CHANNEL_CONF,
     .priv_class     = &ilbc_dec_class,
 };