]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/s302m.c
svq3: rip out the svq3-relevant parts of pred_motion() out of h264
[ffmpeg] / libavcodec / s302m.c
index 36384fb29a8015a6d2e7df2c3f82ef63cd849866..635f697b5c6e38f43911f015f9a7407fc081593d 100644 (file)
@@ -146,5 +146,5 @@ AVCodec ff_s302m_decoder = {
     .type           = AVMEDIA_TYPE_AUDIO,
     .id             = AV_CODEC_ID_S302M,
     .decode         = s302m_decode_frame,
-    .capabilities   = CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_DR1,
 };