diff allformats.c @ 52:2a60f406fccc libavformat

added GIF image format (both read and write)
author bellard
date Mon, 03 Feb 2003 22:53:10 +0000
parents 45308962220f
children a803af1b10be
line wrap: on
line diff
--- a/allformats.c	Mon Feb 03 22:52:38 2003 +0000
+++ b/allformats.c	Mon Feb 03 22:53:10 2003 +0000
@@ -77,6 +77,7 @@
     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);