diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-02-01 20:53:57 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-02-01 20:53:57 +0000 |
commit | 0e04e4e9e1f985c56d5c4c1461ea834be0e0aabf (patch) | |
tree | 2e5844f5fed9e063a6c52f76e7f22c80dc4a224a /libavformat/allformats.c | |
parent | f8d7b5f5f452782423a7a5859e7cae3454f142f8 (diff) | |
download | ffmpeg-0e04e4e9e1f985c56d5c4c1461ea834be0e0aabf.tar.gz |
added basic png handling
Originally committed as revision 1529 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 9a5e03a3bc..65819f5c96 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -75,6 +75,7 @@ void av_register_all(void) av_register_image_format(&ppm_image_format); av_register_image_format(&pgmyuv_image_format); av_register_image_format(&yuv_image_format); + av_register_image_format(&png_image_format); /* file protocols */ register_protocol(&file_protocol); |