summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-04-19 15:18:00 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-04-19 15:18:00 +0000
commit8975ba81f8b949809e8d855168029011f14f2670 (patch)
tree45a4a9a530bdf0e87119c196632e72453de48829 /libavformat/avformat.h
parent15e654b17bccd8cf1432b67d6522140b18ce22a9 (diff)
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/avformat.h')
-rw-r--r--libavformat/avformat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 872f231916..4a94a8ead3 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -253,6 +253,7 @@ extern AVImageFormat pnm_image_format;
extern AVImageFormat pbm_image_format;
extern AVImageFormat pgm_image_format;
extern AVImageFormat ppm_image_format;
+extern AVImageFormat pam_image_format;
extern AVImageFormat pgmyuv_image_format;
extern AVImageFormat yuv_image_format;
#ifdef CONFIG_ZLIB