You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Register .tga and .tiff image extensions
Originally committed as revision 6775 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -52,6 +52,8 @@ static const IdStrMap img_tags[] = {
|
||||
{ CODEC_ID_RAWVIDEO , "y"},
|
||||
{ CODEC_ID_BMP , "bmp"},
|
||||
{ CODEC_ID_GIF , "gif"},
|
||||
{ CODEC_ID_TARGA , "tga"},
|
||||
{ CODEC_ID_TIFF , "tiff"},
|
||||
{0, NULL}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user