]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ffv1dec.c
x264: Add option to force IDR frames
[ffmpeg] / libavcodec / ffv1dec.c
index c46bcf2681250e47c4ca79beb4834a9b6075aede..01c58a14ca62305888908945b50e8e7b1aaddbec 100644 (file)
@@ -958,6 +958,6 @@ AVCodec ff_ffv1_decoder = {
     .init           = ffv1_decode_init,
     .close          = ffv1_decode_close,
     .decode         = ffv1_decode_frame,
-    .capabilities   = CODEC_CAP_DR1 /*| CODEC_CAP_DRAW_HORIZ_BAND*/ |
-                      CODEC_CAP_SLICE_THREADS,
+    .capabilities   = AV_CODEC_CAP_DR1 /*| AV_CODEC_CAP_DRAW_HORIZ_BAND*/ |
+                      AV_CODEC_CAP_SLICE_THREADS,
 };