]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/s302m.c
avfilter/avfilter: Remove compatibility code for old filter options
[ffmpeg] / libavcodec / s302m.c
index 584b58e28e323816b1104453088d112b92251ea3..113590aee4d53b2ce097e8c976ce9c7c24a6ea7e 100644 (file)
@@ -225,6 +225,7 @@ AVCodec ff_s302m_decoder = {
     .id             = AV_CODEC_ID_S302M,
     .priv_data_size = sizeof(S302Context),
     .decode         = s302m_decode_frame,
-    .capabilities   = AV_CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_CHANNEL_CONF |
+                      AV_CODEC_CAP_DR1,
     .priv_class     = &s302m_class,
 };