Commit 5b9917ec authored by Michael Niedermayer's avatar Michael Niedermayer

Merge remote-tracking branch 'cehoyos/master'

* cehoyos/master:
  Do not offer smvjpeg lowres capabilities, the decoder does not support it.
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 467e7a8f 7ce011e0
......@@ -194,7 +194,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,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment