mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-22 15:23:42 +00:00
The GIF decoder uses get_buffer, so set DR1.
Originally committed as revision 18990 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
54e28a852c
commit
3bbcd0bb8a
@ -335,5 +335,6 @@ AVCodec gif_decoder = {
|
|||||||
NULL,
|
NULL,
|
||||||
gif_decode_close,
|
gif_decode_close,
|
||||||
gif_decode_frame,
|
gif_decode_frame,
|
||||||
|
CODEC_CAP_DR1,
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("GIF (Graphics Interchange Format)"),
|
.long_name = NULL_IF_CONFIG_SMALL("GIF (Graphics Interchange Format)"),
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user