]> git.sesse.net Git - vlc/blobdiff - modules/video_chroma/i420_rgb16.c
Renamed function E_(I420_RGB16_dithering) to match prototype E_(I420_RGB16_dither)
[vlc] / 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 */