X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fhqx.c;h=8060c7a31c08ab79d8f94904bff2e8864825ae35;hb=d95fee4425285e90604cda48375069f5ef090ce3;hp=44016ac34a89bb0520746d8fd6d5bd4a362beb35;hpb=9ebe041e1ca898ed725051460961f1fda5f7a20b;p=ffmpeg diff --git a/libavcodec/hqx.c b/libavcodec/hqx.c index 44016ac34a8..8060c7a31c0 100644 --- a/libavcodec/hqx.c +++ b/libavcodec/hqx.c @@ -536,7 +536,7 @@ AVCodec ff_hqx_decoder = { .init = hqx_decode_init, .decode = hqx_decode_frame, .close = hqx_decode_close, - .capabilities = CODEC_CAP_DR1 | CODEC_CAP_SLICE_THREADS, + .capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_SLICE_THREADS, .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE | FF_CODEC_CAP_INIT_CLEANUP, };