1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-11 17:39:38 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23780 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-07-14 14:39:51 +00:00
parent 8dda469fc0
commit f4876bda37
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* yuv2rgb.c, Software YUV to RGB coverter
* yuv2rgb.c, Software YUV to RGB converter
*
* Copyright (C) 1999, Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
* All Rights Reserved.

View File

@ -1,5 +1,5 @@
/*
* yuv2rgb_mlib.c, Software YUV to RGB coverter using mediaLib
* yuv2rgb_mlib.c, Software YUV to RGB converter using mediaLib
*
* Copyright (C) 2000, Håkan Hjort <d95hjort@dtek.chalmers.se>
* All Rights Reserved.

View File

@ -1,5 +1,5 @@
/*
* yuv2rgb_mmx.c, Software YUV to RGB coverter with Intel MMX "technology"
* yuv2rgb_mmx.c, Software YUV to RGB converter with Intel MMX "technology"
*
* Copyright (C) 2000, Silicon Integrated System Corp.
* All Rights Reserved.