diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-04-19 15:18:00 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-04-19 15:18:00 +0000 |
commit | 8975ba81f8b949809e8d855168029011f14f2670 (patch) | |
tree | 45a4a9a530bdf0e87119c196632e72453de48829 /libavformat/allformats.c | |
parent | 15e654b17bccd8cf1432b67d6522140b18ce22a9 (diff) | |
download | ffmpeg-8975ba81f8b949809e8d855168029011f14f2670.tar.gz |
added new netpbm pam format support (needed for alpha plane support)
Originally committed as revision 1792 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 cd80136c64..5d602f3542 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -73,6 +73,7 @@ void av_register_all(void) av_register_image_format(&pbm_image_format); av_register_image_format(&pgm_image_format); av_register_image_format(&ppm_image_format); + av_register_image_format(&pam_image_format); av_register_image_format(&pgmyuv_image_format); av_register_image_format(&yuv_image_format); #ifdef CONFIG_ZLIB |