X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fxxan.c;h=54852962a108265757baf78958a17eb5ec36698d;hb=bd074bde02aa11b93958300f06be2a18b549091a;hp=b261cdfdec988c67ef4b6dc8e11e43e7bed67ef3;hpb=d06ea6e5ce51165c7c81677ab6827612173bf4f7;p=ffmpeg diff --git a/libavcodec/xxan.c b/libavcodec/xxan.c index b261cdfdec9..54852962a10 100644 --- a/libavcodec/xxan.c +++ b/libavcodec/xxan.c @@ -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, };