bmp decoder uses get_buffer, set CODEC_CAP_DR1
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Fri, 5 Jun 2009 08:19:33 +0000 (08:19 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Fri, 5 Jun 2009 08:19:33 +0000 (08:19 +0000)
Originally committed as revision 19094 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/bmp.c

index 735c085..cadaeee 100644 (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"),
 };