mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/avrndec: remove max_lowres value
The decoder does not support lowres since 9e4225cf7f
.
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
173d902cd1
commit
0c902a6147
@ -97,7 +97,6 @@ AVCodec ff_avrn_decoder = {
|
|||||||
.priv_data_size = sizeof(AVRnContext),
|
.priv_data_size = sizeof(AVRnContext),
|
||||||
.init = init,
|
.init = init,
|
||||||
.decode = decode_frame,
|
.decode = decode_frame,
|
||||||
.max_lowres = 3,
|
|
||||||
.capabilities = AV_CODEC_CAP_DR1,
|
.capabilities = AV_CODEC_CAP_DR1,
|
||||||
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE | FF_CODEC_CAP_INIT_CLEANUP,
|
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE | FF_CODEC_CAP_INIT_CLEANUP,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user