From: Jean-Paul Saman Date: Wed, 16 May 2007 14:21:26 +0000 (+0000) Subject: Renamed function E_(I420_RGB16_dithering) to match prototype E_(I420_RGB16_dither) X-Git-Tag: 0.9.0-test0~7419 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d745e5ef54c5d1ce4d19fcc07e57016918d30c6b;p=vlc Renamed function E_(I420_RGB16_dithering) to match prototype E_(I420_RGB16_dither) --- 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 */