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:
Carl Eugen Hoyos 2011-01-16 12:42:43 +00:00
parent 84cac86e7e
commit 05503cee00

View File

@ -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"),
};