summaryrefslogtreecommitdiff
path: root/libavcodec/gifdec.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-05-30 04:07:14 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-05-30 04:07:14 +0000
commit3bbcd0bb8ac8648ebc43f3a32bdb22b632442d0a (patch)
treeedd31f91cecfec9487ddb2cc83cb838a702493f6 /libavcodec/gifdec.c
parent54e28a852c1357a14169b516635e369d908eb324 (diff)
The GIF decoder uses get_buffer, so set DR1.
Originally committed as revision 18990 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/gifdec.c')
-rw-r--r--libavcodec/gifdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/gifdec.c b/libavcodec/gifdec.c
index 137e7b2c23..70da4e2a57 100644
--- a/libavcodec/gifdec.c
+++ b/libavcodec/gifdec.c
@@ -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)"),
};