Browse Source

typos

Originally committed as revision 26228 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
a6f6b237e2
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      libswscale/swscale.c
  2. +1
    -1
      libswscale/yuv2rgb_altivec.c

+ 1
- 1
libswscale/swscale.c View File

@@ -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 -> BGR16
YV12 -> YV12 YV12 -> YV12
BGR15 -> BGR16 BGR15 -> BGR16


+ 1
- 1
libswscale/yuv2rgb_altivec.c View File

@@ -52,7 +52,7 @@


GL libraries seem to be very slow on this machine 1.33Ghz PB running 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 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)) machines. ((We need to figure this out now))


GL2 libraries work now with patch for RGB32 GL2 libraries work now with patch for RGB32


Loading…
Cancel
Save