Commit 9eeade32 authored by bcoudurier's avatar bcoudurier

gif decoder use get_buffer, so set DR1

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18990 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 49cb8fc4
......@@ -335,5 +335,6 @@ AVCodec gif_decoder = {
NULL,
gif_decode_close,
gif_decode_frame,
CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("GIF (Graphics Interchange Format)"),
};
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