]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/asvdec.c
omx: Don't return > 0 from omx_encode_frame
[ffmpeg] / libavcodec / asvdec.c
index 053d37d118c5a43019f6d4b64aec89c38535b2eb..f17f06465cd44a0da2f1f248ecbf5110e940df2b 100644 (file)
@@ -326,7 +326,7 @@ AVCodec ff_asv1_decoder = {
     .init           = decode_init,
     .close          = decode_end,
     .decode         = decode_frame,
-    .capabilities   = CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_DR1,
 };
 
 AVCodec ff_asv2_decoder = {
@@ -338,5 +338,5 @@ AVCodec ff_asv2_decoder = {
     .init           = decode_init,
     .close          = decode_end,
     .decode         = decode_frame,
-    .capabilities   = CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_DR1,
 };