提交 79f7c32f 编写于 作者: K Kostya Shishkov

Register .tga and .tiff image extensions

Originally committed as revision 6775 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 7fbde343
......@@ -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}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册