mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Recognize pnm file as images.
Originally committed as revision 16004 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9e00c20e00
commit
485cfbe806
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user