mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Recognize pnm file as images.
Originally committed as revision 16004 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user