1
0
mirror of https://git.ffmpeg.org/ffmpeg.git synced 2025-03-23 11:29:03 +00:00

autodetect ptx files

Originally committed as revision 8938 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ivo van Poorten 2007-05-08 11:57:49 +00:00
parent 28ba53ff3c
commit 8d2fb33320

View File

@ -55,6 +55,7 @@ static const IdStrMap img_tags[] = {
{ CODEC_ID_TARGA , "tga"},
{ CODEC_ID_TIFF , "tiff"},
{ CODEC_ID_SGI , "sgi"},
{ CODEC_ID_PTX , "ptx"},
{0, NULL}
};