summaryrefslogtreecommitdiff
path: root/libavformat/img2.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-11-09 23:31:46 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-11-09 23:31:46 +0000
commit4eff7cf42dbc39908cb529cdf2366b09b9ca3c1a (patch)
tree437f3353a41c2c5b7c70bd983c58e7708da90c51 /libavformat/img2.c
parentf6506a541aebfcb94c448925485b187c7e6cc7bd (diff)
porting png support from -f image to -f image2
Originally committed as revision 3665 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r--libavformat/img2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c
index 3530cffdb3..f05a43a8e8 100644
--- a/libavformat/img2.c
+++ b/libavformat/img2.c
@@ -37,7 +37,7 @@ static const IdStrMap img_tags[] = {
{ CODEC_ID_MJPEG , "jpeg"},
{ CODEC_ID_MJPEG , "jpg"},
{ CODEC_ID_LJPEG , "ljpg"},
-// { CODEC_ID_PNG , "png"},
+ { CODEC_ID_PNG , "png"},
{ CODEC_ID_MPEG1VIDEO, "mpg1-img"},
{ CODEC_ID_MPEG2VIDEO, "mpg2-img"},
{ CODEC_ID_MPEG4 , "mpg4-img"},