Commit 4df613ff authored by ivo's avatar ivo

autodetect ptx files


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8938 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent abc1a6d1
...@@ -55,6 +55,7 @@ static const IdStrMap img_tags[] = { ...@@ -55,6 +55,7 @@ static const IdStrMap img_tags[] = {
{ CODEC_ID_TARGA , "tga"}, { CODEC_ID_TARGA , "tga"},
{ CODEC_ID_TIFF , "tiff"}, { CODEC_ID_TIFF , "tiff"},
{ CODEC_ID_SGI , "sgi"}, { CODEC_ID_SGI , "sgi"},
{ CODEC_ID_PTX , "ptx"},
{0, NULL} {0, NULL}
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment