]> git.sesse.net Git - vlc/commitdiff
Renamed function E_(I420_RGB16_dithering) to match prototype E_(I420_RGB16_dither)
authorJean-Paul Saman <jpsaman@videolan.org>
Wed, 16 May 2007 14:21:26 +0000 (14:21 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Wed, 16 May 2007 14:21:26 +0000 (14:21 +0000)
modules/video_chroma/i420_rgb16.c

index 45f76821ebb84c5e5a1ae08f1e9dd9075bdc6d58..c33dd5ffb841d5ef931538e2023b30547b643bcb 100644 (file)
@@ -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 */