]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ralf.c
avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decoders
[ffmpeg] / libavcodec / ralf.c
index 0080b2394199514f3a07402298819bbc69fdffeb..dc012d71b1b75f0a0931a336276bfefdb02013c8 100644 (file)
@@ -535,7 +535,8 @@ AVCodec ff_ralf_decoder = {
     .close          = decode_close,
     .decode         = decode_frame,
     .flush          = decode_flush,
-    .capabilities   = AV_CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_CHANNEL_CONF |
+                      AV_CODEC_CAP_DR1,
     .sample_fmts    = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P,
                                                       AV_SAMPLE_FMT_NONE },
 };