summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
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/allformats.c
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/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index ce1a87ceeb..6303dc2b18 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -77,6 +77,7 @@ void av_register_all(void)
av_register_image_format(&yuv_image_format);
av_register_image_format(&png_image_format);
av_register_image_format(&jpeg_image_format);
+ av_register_image_format(&gif_image_format);
/* file protocols */
register_protocol(&file_protocol);