diff avformat.h @ 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 fb671d87824e
line wrap: on
line diff
--- a/avformat.h	Mon Feb 03 22:52:38 2003 +0000
+++ b/avformat.h	Mon Feb 03 22:53:10 2003 +0000
@@ -237,6 +237,7 @@
 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 */