]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/proresdec.c
cllc: Convert to the new bitstream reader
[ffmpeg] / libavcodec / proresdec.c
index b2c2b28fdfc88217c5fe6a4cba876586dd3ff5fb..8a53719d9fae93b729f1c5929708fdf162159c71 100644 (file)
@@ -778,5 +778,5 @@ AVCodec ff_prores_decoder = {
     .init           = decode_init,
     .close          = decode_close,
     .decode         = decode_frame,
-    .capabilities   = CODEC_CAP_DR1 | CODEC_CAP_SLICE_THREADS,
+    .capabilities   = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_SLICE_THREADS,
 };