X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fvcr1.c;h=28a5eec7d1cc98b4f9bfaf578b6a0bb2e01f29ed;hb=94a4be85a1fcd57fdfd45dc291813d6afef8a87b;hp=f8281ea05a2bdd7ea907d4a28a8c0c12e3ed8aae;hpb=90696ef368819a1a0576c0c96ce4349dd726dd4f;p=ffmpeg diff --git a/libavcodec/vcr1.c b/libavcodec/vcr1.c index f8281ea05a2..28a5eec7d1c 100644 --- a/libavcodec/vcr1.c +++ b/libavcodec/vcr1.c @@ -129,5 +129,5 @@ AVCodec ff_vcr1_decoder = { .priv_data_size = sizeof(VCR1Context), .init = vcr1_decode_init, .decode = vcr1_decode_frame, - .capabilities = CODEC_CAP_DR1, + .capabilities = AV_CODEC_CAP_DR1, };