From 0c902a61471a2f45e1c7159bd77146d2b499abb3 Mon Sep 17 00:00:00 2001 From: James Almer Date: Sat, 27 Feb 2021 00:12:18 -0300 Subject: avcodec/avrndec: remove max_lowres value The decoder does not support lowres since 9e4225cf7f. Signed-off-by: James Almer --- libavcodec/avrndec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/avrndec.c b/libavcodec/avrndec.c index 26cf6b752c..477afd8bf1 100644 --- a/libavcodec/avrndec.c +++ b/libavcodec/avrndec.c @@ -97,7 +97,6 @@ AVCodec ff_avrn_decoder = { .priv_data_size = sizeof(AVRnContext), .init = init, .decode = decode_frame, - .max_lowres = 3, .capabilities = AV_CODEC_CAP_DR1, .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE | FF_CODEC_CAP_INIT_CLEANUP, }; -- cgit v1.2.3