X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fbink.c;h=131eaa16f7de2deba91cb317eac20e842806d36c;hb=f038bbd4edd7626922656ce1fe6bc8ff57feffa0;hp=c793fa79e6cd7a676360a8d228c7fed627bbe835;hpb=8324d427c21aa37e173983cb1ba12915b4d62a8d;p=ffmpeg diff --git a/libavcodec/bink.c b/libavcodec/bink.c index c793fa79e6c..131eaa16f7d 100644 --- a/libavcodec/bink.c +++ b/libavcodec/bink.c @@ -1354,5 +1354,5 @@ AVCodec ff_bink_decoder = { .close = decode_end, .decode = decode_frame, .flush = flush, - .capabilities = CODEC_CAP_DR1, + .capabilities = AV_CODEC_CAP_DR1, };