Commit d745e5ef authored by Jean-Paul Saman's avatar Jean-Paul Saman

Renamed function E_(I420_RGB16_dithering) to match prototype E_(I420_RGB16_dither)

parent 124454cb
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment