bmp decoder uses get_buffer, set CODEC_CAP_DR1

Originally committed as revision 19094 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2009-06-05 08:19:33 +00:00
parent 94c014c455
commit 4a89072833

View File

@ -325,5 +325,6 @@ AVCodec bmp_decoder = {
NULL,
bmp_decode_end,
bmp_decode_frame,
CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("BMP image"),
};