summaryrefslogtreecommitdiff
path: root/libavformat/img2.c
diff options
context:
space:
mode:
authorIvo van Poorten <ivop@euronet.nl>2007-05-08 11:57:49 +0000
committerIvo van Poorten <ivop@euronet.nl>2007-05-08 11:57:49 +0000
commit8d2fb33320bce7a3847d4ef16dbf293724f3bc07 (patch)
tree1a8ae1235762d7e91ac8d2e83e4948759af0a2e9 /libavformat/img2.c
parent28ba53ff3c2380a673ffa0b5a3a5f0a1c6ce661d (diff)
autodetect ptx files
Originally committed as revision 8938 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r--libavformat/img2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c
index d668d8ac30..7292bff719 100644
--- a/libavformat/img2.c
+++ b/libavformat/img2.c
@@ -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}
};