]> git.sesse.net Git - ffmpeg/commitdiff
add gif support
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sun, 22 Oct 2006 15:07:25 +0000 (15:07 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sun, 22 Oct 2006 15:07:25 +0000 (15:07 +0000)
Originally committed as revision 6761 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/img2.c

index e099b3687be9f066aabaeb143c7b2a3c4f844494..2a08fa7b2471d2b6faed25d21855130f2384d199 100644 (file)
@@ -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}
 };