add gif support

Originally committed as revision 6761 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2006-10-22 15:07:25 +00:00
parent 06d392a7cc
commit 6f9e492acf
1 changed files with 1 additions and 0 deletions

View 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}
};