changeset 4064:4c641d9f02ea libavformat

Recognize pnm file as images.
author cehoyos
date Thu, 04 Dec 2008 15:08:04 +0000
parents c3a7e45c0519
children e1620316fe5c
files img2.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/img2.c	Thu Dec 04 03:00:53 2008 +0000
+++ b/img2.c	Thu Dec 04 15:08:04 2008 +0000
@@ -45,6 +45,7 @@
     { 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"},