summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gif89a.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_gif89a.c')
-rw-r--r--libvo/vo_gif89a.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/vo_gif89a.c b/libvo/vo_gif89a.c
index f883612651..4cb9b8b0ad 100644
--- a/libvo/vo_gif89a.c
+++ b/libvo/vo_gif89a.c
@@ -120,6 +120,9 @@ static const vo_info_t* get_info(void)
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;