From 6f9e492acfb76767b2ed369f803768338961d053 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sun, 22 Oct 2006 15:07:25 +0000 Subject: [PATCH] add gif support Originally committed as revision 6761 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/img2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/img2.c b/libavformat/img2.c index e099b3687b..2a08fa7b24 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -51,6 +51,7 @@ static const IdStrMap img_tags[] = { { CODEC_ID_FFV1 , "ffv1-img"}, { CODEC_ID_RAWVIDEO , "y"}, { CODEC_ID_BMP , "bmp"}, + { CODEC_ID_GIF , "gif"}, {0, NULL} };