mirror of https://git.ffmpeg.org/ffmpeg.git
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master: Do not offer smvjpeg lowres capabilities, the decoder does not support it. Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
5b9917ec2b
|
@ -194,7 +194,6 @@ AVCodec ff_smvjpeg_decoder = {
|
||||||
.init = smvjpeg_decode_init,
|
.init = smvjpeg_decode_init,
|
||||||
.close = smvjpeg_decode_end,
|
.close = smvjpeg_decode_end,
|
||||||
.decode = smvjpeg_decode_frame,
|
.decode = smvjpeg_decode_frame,
|
||||||
.max_lowres = 3,
|
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("SMV JPEG"),
|
.long_name = NULL_IF_CONFIG_SMALL("SMV JPEG"),
|
||||||
.priv_class = &smvjpegdec_class,
|
.priv_class = &smvjpegdec_class,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue