Commit 05503cee authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Since lowres == crop for bmp, remove it to avoid confusion.

Originally committed as revision 26384 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 84cac86e
...@@ -345,6 +345,5 @@ AVCodec bmp_decoder = { ...@@ -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"),
}; };
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