diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-03-12 23:50:48 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-03-12 23:50:48 +0000 |
commit | c1f4b209253a1409e0ed100be6289f80115e1752 (patch) | |
tree | a7a9826798e0dcf0eb7ce52f5040b7c9edb1e9ce | |
parent | 5979388565200a032b67dc81a93c2e0cf5ffab77 (diff) |
typos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26228 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libswscale/swscale.c | 2 | ||||
-rw-r--r-- | libswscale/yuv2rgb_altivec.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c index d1803591ee..5e3c0a9baa 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -38,7 +38,7 @@ */ /* -tested special converters (most are tested actually, but i did not write it down ...) +tested special converters (most are tested actually, but I did not write it down ...) YV12 -> BGR16 YV12 -> YV12 BGR15 -> BGR16 diff --git a/libswscale/yuv2rgb_altivec.c b/libswscale/yuv2rgb_altivec.c index ebc9a64974..d760c81bdd 100644 --- a/libswscale/yuv2rgb_altivec.c +++ b/libswscale/yuv2rgb_altivec.c @@ -52,7 +52,7 @@ GL libraries seem to be very slow on this machine 1.33Ghz PB running Jaguar, this is not the case for my 1Ghz PB. I thought it might be - a versioning issues, however i have libGL.1.2.dylib for both + a versioning issues, however I have libGL.1.2.dylib for both machines. ((We need to figure this out now)) GL2 libraries work now with patch for RGB32 |