[FFmpeg-cvslog] r8938 - trunk/libavformat/img2.c
ivo
subversion
Tue May 8 13:57:49 CEST 2007
Author: ivo
Date: Tue May 8 13:57:49 2007
New Revision: 8938
Log:
autodetect ptx files
Modified:
trunk/libavformat/img2.c
Modified: trunk/libavformat/img2.c
==============================================================================
--- trunk/libavformat/img2.c (original)
+++ trunk/libavformat/img2.c Tue May 8 13:57:49 2007
@@ -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}
};
More information about the ffmpeg-cvslog
mailing list