]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cinepak.c
hevc: change the stride of the MC buffer to be in bytes instead of elements
[ffmpeg] / libavcodec / cinepak.c
index 3a740b22c1a1c1072585b9151c757a617ef98297..a3ca8174797019cf6c859c04e68f0b015c98c479 100644 (file)
@@ -477,5 +477,5 @@ AVCodec ff_cinepak_decoder = {
     .init           = cinepak_decode_init,
     .close          = cinepak_decode_end,
     .decode         = cinepak_decode_frame,
-    .capabilities   = CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_DR1,
 };