mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-02 04:43:27 +00:00
add gif support
Originally committed as revision 6761 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
06d392a7cc
commit
6f9e492acf
@ -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}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user