]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/sp5xdec.c
lavc: revert the Makefile part of 330177b
[ffmpeg] / libavcodec / sp5xdec.c
index ddf728f1152fc0346e35834df1babae354f2fceb..7f57b6357e89c0f22d0f0f0ba512ffe294c31198 100644 (file)
@@ -103,7 +103,7 @@ AVCodec ff_sp5x_decoder = {
     .init           = ff_mjpeg_decode_init,
     .close          = ff_mjpeg_decode_end,
     .decode         = sp5x_decode_frame,
-    .capabilities   = CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_DR1,
     .caps_internal  = FF_CODEC_CAP_INIT_THREADSAFE,
 };
 
@@ -116,6 +116,6 @@ AVCodec ff_amv_decoder = {
     .init           = ff_mjpeg_decode_init,
     .close          = ff_mjpeg_decode_end,
     .decode         = sp5x_decode_frame,
-    .capabilities   = CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_DR1,
     .caps_internal  = FF_CODEC_CAP_INIT_THREADSAFE,
 };