diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-07-14 14:39:51 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-07-14 14:39:51 +0000 |
commit | f4876bda3708d83323c51b7baf0b843bd2ed39aa (patch) | |
tree | bd3fc8497c51d9b116e2c1eff008e434db1fd740 /libswscale | |
parent | 8dda469fc0ce6727ec2b51ed6e43ef704924ef61 (diff) |
typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23780 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/yuv2rgb.c | 2 | ||||
-rw-r--r-- | libswscale/yuv2rgb_mlib.c | 2 | ||||
-rw-r--r-- | libswscale/yuv2rgb_template.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libswscale/yuv2rgb.c b/libswscale/yuv2rgb.c index d75c517e08..ba4a6e81c3 100644 --- a/libswscale/yuv2rgb.c +++ b/libswscale/yuv2rgb.c @@ -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. diff --git a/libswscale/yuv2rgb_mlib.c b/libswscale/yuv2rgb_mlib.c index 1508c01c77..5a175e1f5a 100644 --- a/libswscale/yuv2rgb_mlib.c +++ b/libswscale/yuv2rgb_mlib.c @@ -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. diff --git a/libswscale/yuv2rgb_template.c b/libswscale/yuv2rgb_template.c index e3a2b7842e..0a5eddf117 100644 --- a/libswscale/yuv2rgb_template.c +++ b/libswscale/yuv2rgb_template.c @@ -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. |