From 8d2fb33320bce7a3847d4ef16dbf293724f3bc07 Mon Sep 17 00:00:00 2001
From: Ivo van Poorten <ivop@euronet.nl>
Date: Tue, 8 May 2007 11:57:49 +0000
Subject: [PATCH] autodetect ptx files

Originally committed as revision 8938 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/img2.c | 1 +
 1 file changed, 1 insertion(+)

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}
 };