[FFmpeg-cvslog] r16004 - trunk/libavformat/img2.c

cehoyos subversion
Thu Dec 4 16:08:04 CET 2008


Author: cehoyos
Date: Thu Dec  4 16:08:04 2008
New Revision: 16004

Log:
Recognize pnm file as images.

Modified:
   trunk/libavformat/img2.c

Modified: trunk/libavformat/img2.c
==============================================================================
--- trunk/libavformat/img2.c	(original)
+++ trunk/libavformat/img2.c	Thu Dec  4 16:08:04 2008
@@ -45,6 +45,7 @@ static const IdStrMap img_tags[] = {
     { CODEC_ID_PNG       , "png"},
     { CODEC_ID_PNG       , "mng"},
     { CODEC_ID_PPM       , "ppm"},
+    { CODEC_ID_PPM       , "pnm"},
     { CODEC_ID_PGM       , "pgm"},
     { CODEC_ID_PGMYUV    , "pgmyuv"},
     { CODEC_ID_PBM       , "pbm"},




More information about the ffmpeg-cvslog mailing list