summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-02-03 22:53:10 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-02-03 22:53:10 +0000
commitcdc90af00835297b8d5f3f06c47cf2c53267c3a3 (patch)
tree126b4212e16325dcf5bae0d58c54bb2b2045c7db /libavformat/avformat.h
parentba19f84810d3393b4a00aacd3b61a2803d108849 (diff)
added GIF image format (both read and write)
Originally committed as revision 1541 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 e4b57003ac..a6c2f25835 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -237,6 +237,7 @@ extern AVImageFormat pgmyuv_image_format;
extern AVImageFormat yuv_image_format;
extern AVImageFormat png_image_format;
extern AVImageFormat jpeg_image_format;
+extern AVImageFormat gif_image_format;
/* XXX: use automatic init with either ELF sections or C file parser */
/* modules */