mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
Since lowres == crop for bmp, remove it to avoid confusion.
Originally committed as revision 26384 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
84cac86e7e
commit
05503cee00
@ -345,6 +345,5 @@ AVCodec bmp_decoder = {
|
|||||||
bmp_decode_end,
|
bmp_decode_end,
|
||||||
bmp_decode_frame,
|
bmp_decode_frame,
|
||||||
CODEC_CAP_DR1,
|
CODEC_CAP_DR1,
|
||||||
.max_lowres = 5,
|
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("BMP image"),
|
.long_name = NULL_IF_CONFIG_SMALL("BMP image"),
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user