X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fvideo_output%2Fvideo_yuv.c;h=2fea550ca8a544b7becee68bce1384efcbc1e87c;hb=52d7937c89ef32288f99b79dcefd91dd48ae691a;hp=bd4483c8c5fa813884226c5a3358a1ce1b09c56d;hpb=e13aed00cf01eefa9285cb030486ee0118ea0425;p=vlc diff --git a/src/video_output/video_yuv.c b/src/video_output/video_yuv.c index bd4483c8c5..2fea550ca8 100644 --- a/src/video_output/video_yuv.c +++ b/src/video_output/video_yuv.c @@ -46,10 +46,10 @@ #include "main.h" /***************************************************************************** - * vout_InitYUV: allocate and initialize translations tables + * vout_InitYUV: allocate and initialize translation tables ***************************************************************************** * This function will allocate memory to store translation tables, depending - * of the screen depth. + * on the screen depth. *****************************************************************************/ int vout_InitYUV( vout_thread_t *p_vout ) { @@ -76,7 +76,7 @@ int vout_InitYUV( vout_thread_t *p_vout ) } /***************************************************************************** - * vout_ResetYUV: re-initialize translations tables + * vout_ResetYUV: re-initialize translation tables ***************************************************************************** * This function will initialize the tables allocated by vout_InitYUV and * set functions pointers. @@ -88,7 +88,7 @@ int vout_ResetYUV( vout_thread_t *p_vout ) } /***************************************************************************** - * vout_EndYUV: destroy translations tables + * vout_EndYUV: destroy translation tables ***************************************************************************** * Free memory allocated by vout_InitYUV *****************************************************************************/