summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avrndec.c1
1 files changed, 0 insertions, 1 deletions
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,
};