diff options
author | Ivo van Poorten <ivop@euronet.nl> | 2007-05-08 11:57:49 +0000 |
---|---|---|
committer | Ivo van Poorten <ivop@euronet.nl> | 2007-05-08 11:57:49 +0000 |
commit | 8d2fb33320bce7a3847d4ef16dbf293724f3bc07 (patch) | |
tree | 1a8ae1235762d7e91ac8d2e83e4948759af0a2e9 /libavformat/img2.c | |
parent | 28ba53ff3c2380a673ffa0b5a3a5f0a1c6ce661d (diff) | |
download | ffmpeg-8d2fb33320bce7a3847d4ef16dbf293724f3bc07.tar.gz |
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.c | 1 |
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} }; |