From 485cfbe806e455f5918eef5134b6632461a7699b Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 4 Dec 2008 15:08:04 +0000 Subject: Recognize pnm file as images. Originally committed as revision 16004 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/img2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/img2.c') diff --git a/libavformat/img2.c b/libavformat/img2.c index 962265e4c1..a3dcce741a 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -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"}, -- cgit v1.2.3