From d745e5ef54c5d1ce4d19fcc07e57016918d30c6b Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Wed, 16 May 2007 14:21:26 +0000 Subject: [PATCH] Renamed function E_(I420_RGB16_dithering) to match prototype E_(I420_RGB16_dither) --- modules/video_chroma/i420_rgb16.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_chroma/i420_rgb16.c b/modules/video_chroma/i420_rgb16.c index 45f76821eb..c33dd5ffb8 100644 --- a/modules/video_chroma/i420_rgb16.c +++ b/modules/video_chroma/i420_rgb16.c @@ -54,7 +54,7 @@ static void SetOffset( int, int, int, int, vlc_bool_t *, * - input: 2 lines (2 Y lines, 1 U/V line) * - output: 1 line *****************************************************************************/ -void E_(I420_RGB16_dithering)( vout_thread_t *p_vout, picture_t *p_src, +void E_(I420_RGB16_dither)( vout_thread_t *p_vout, picture_t *p_src, picture_t *p_dest ) { /* We got this one from the old arguments */ -- 2.39.2