avcodec/avrndec: remove max_lowres value

The decoder does not support lowres since 9e4225cf7f.

Signed-off-by: James Almer <jamrial@gmail.com>
pull/371/head
James Almer 4 years ago
parent 173d902cd1
commit 0c902a6147
  1. 1
      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,
};

Loading…
Cancel
Save