]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/xxan.c
Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'
[ffmpeg] / libavcodec / xxan.c
index b261cdfdec988c67ef4b6dc8e11e43e7bed67ef3..54852962a108265757baf78958a17eb5ec36698d 100644 (file)
@@ -447,5 +447,5 @@ AVCodec ff_xan_wc4_decoder = {
     .init           = xan_decode_init,
     .close          = xan_decode_end,
     .decode         = xan_decode_frame,
-    .capabilities   = CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_DR1,
 };