mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-01 04:12:14 +00:00
Do not offer smvjpeg lowres capabilities, the decoder does not support it.
Reviewed-by: Ash Hughes
This commit is contained in:
parent
0ea1356137
commit
7ce011e054
@ -187,7 +187,6 @@ AVCodec ff_smvjpeg_decoder = {
|
||||
.init = smvjpeg_decode_init,
|
||||
.close = smvjpeg_decode_end,
|
||||
.decode = smvjpeg_decode_frame,
|
||||
.max_lowres = 3,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("SMV JPEG"),
|
||||
.priv_class = &smvjpegdec_class,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user