X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fyuvmmx%2Fvideo_yuv8.c;h=c6114ccf17ed1ef0b3babfc0ff617fd6c1cbf7d1;hb=52d7937c89ef32288f99b79dcefd91dd48ae691a;hp=985b2072f91b7b7150ed7225f7817c3fccc54413;hpb=e13aed00cf01eefa9285cb030486ee0118ea0425;p=vlc diff --git a/plugins/yuvmmx/video_yuv8.c b/plugins/yuvmmx/video_yuv8.c index 985b2072f9..c6114ccf17 100644 --- a/plugins/yuvmmx/video_yuv8.c +++ b/plugins/yuvmmx/video_yuv8.c @@ -1,5 +1,5 @@ /***************************************************************************** - * video_yuv8.c: YUV transformation functions for 8bpp + * video_yuv8.c: MMX YUV transformation functions for 8bpp * Provides functions to perform the YUV conversion. The functions provided here * are a complete and portable C implementation, and may be replaced in certain * case by optimized functions.