mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Do not offer smvjpeg lowres capabilities, the decoder does not support it.
Reviewed-by: Ash Hughes
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user