]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/zmbv.c
avcodec/flashsvenc: Correct max dimension in error message
[ffmpeg] / libavcodec / zmbv.c
index 82ae169ef41cd637d2f814a815b39e05cd8fe498..25a1cd215df661272a1632b110b13f81bf39c5af 100644 (file)
@@ -634,5 +634,5 @@ AVCodec ff_zmbv_decoder = {
     .init           = decode_init,
     .close          = decode_end,
     .decode         = decode_frame,
-    .capabilities   = CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_DR1,
 };