]> git.sesse.net Git - vlc/blobdiff - modules/video_chroma/i420_rgb8.c
Remove E_()
[vlc] / modules / video_chroma / i420_rgb8.c
index 21960913b58f8a6627f7302002c17cb2360181bf..d18c855528d5709a474a1243a697a3f918b76a5e 100644 (file)
@@ -40,7 +40,7 @@ static void SetOffset( int, int, int, int, bool *, int *, int * );
 /*****************************************************************************
  * I420_RGB8: color YUV 4:2:0 to RGB 8 bpp
  *****************************************************************************/
-void E_(I420_RGB8)( vout_thread_t *p_vout, picture_t *p_src, picture_t *p_dest )
+void I420_RGB8( vout_thread_t *p_vout, picture_t *p_src, picture_t *p_dest )
 {
     /* We got this one from the old arguments */
     uint8_t *p_pic = (uint8_t*)p_dest->p->p_pixels;