mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00: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_frame,
|
||||
CODEC_CAP_DR1,
|
||||
.max_lowres = 5,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("BMP image"),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user