Register .tga and .tiff image extensions
Originally committed as revision 6775 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7fbde3431a
commit
79f7c32ffb
1 changed files with 2 additions and 0 deletions
|
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue