From 35e1987b602486028573eb697d68e5ce3c3f46bc Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 18 Jan 2002 18:41:58 +0000 Subject: Fix the "64 colors flx too dark" bug. Original commit message from CVS: Fix the "64 colors flx too dark" bug. --- gst/flx/flx_color.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/flx/flx_color.h') diff --git a/gst/flx/flx_color.h b/gst/flx/flx_color.h index 5676c878..022e54d6 100644 --- a/gst/flx/flx_color.h +++ b/gst/flx/flx_color.h @@ -37,7 +37,7 @@ void flx_colorspace_convert(FlxColorSpaceConverter *flxpal, guchar *src, guchar FlxColorSpaceConverter * flx_colorspace_converter_new(gint width, gint height); void flx_set_palette_vector(FlxColorSpaceConverter *flxpal, guint start, guint num, - guchar *newpal); + guchar *newpal, gint scale); void flx_set_color(FlxColorSpaceConverter *flxpal, guint colr, guint red, guint green, - guint blue); + guint blue, gint scale); -- cgit v1.2.1