mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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:
parent
94c014c455
commit
4a89072833
@ -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"),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user