diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-10-22 15:07:25 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-10-22 15:07:25 +0000 |
commit | 6f9e492acfb76767b2ed369f803768338961d053 (patch) | |
tree | 2e601a712b5a9b33a571e84ba3fdef1cf44c0e66 /libavformat/img2.c | |
parent | 06d392a7cc93dcab84c225d7e8cb7030d537581f (diff) | |
download | ffmpeg-6f9e492acfb76767b2ed369f803768338961d053.tar.gz |
add gif support
Originally committed as revision 6761 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r-- | libavformat/img2.c | 1 |
1 files changed, 1 insertions, 0 deletions
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} }; |