Commit 105b044e authored by cehoyos's avatar cehoyos

Recognize pnm file as images.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16004 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 99b8bdb7
......@@ -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"},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment