diff libvo/vo_gif89a.c @ 8123:9fc45fe0d444

*HUGE* set of compiler warning fixes, unused variables removal based on patch by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Wed, 06 Nov 2002 23:54:29 +0000
parents e60109dfc85c
children 5b39e79af5fe
line wrap: on
line diff
--- a/libvo/vo_gif89a.c	Wed Nov 06 23:51:17 2002 +0000
+++ b/libvo/vo_gif89a.c	Wed Nov 06 23:54:29 2002 +0000
@@ -120,6 +120,9 @@
     return &vo_info;
 }
 
+/* forward declaration */
+int gif_reduce(int width, int height, unsigned char *source, unsigned char *destination, unsigned char *palette);
+
 static uint32_t draw_frame(uint8_t * src[])
 {
   uint8_t *use_data;