[Mplayer-cvslog] CVS: main/DOCS/tech colorspaces.txt,1.10,1.11

Michael Niedermayer CVS syncmail at mplayerhq.hu
Tue Aug 17 03:06:26 CEST 2004


CVS change done by Michael Niedermayer CVS

Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var2/tmp/cvs-serv4731

Modified Files:
	colorspaces.txt 
Log Message:
maybe more understandable?



Index: colorspaces.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/colorspaces.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- colorspaces.txt	11 Aug 2004 01:52:17 -0000	1.10
+++ colorspaces.txt	17 Aug 2004 01:06:24 -0000	1.11
@@ -104,6 +104,7 @@
 confuse developers.
 
 memory order:           name
+lowest address .. highest address
 RGBA                    IMGFMT_RGBA
 ARGB                    IMGFMT_ARGB
 BGRA                    IMGFMT_BGRA
@@ -126,5 +127,5 @@
 1R2G1B1R2G1B            IMGFMT_BGR4
 1B2G1R1B2G1R            IMGFMT_RGB4
 
-depending upon little vs big endian different in memory & in register formats 
-will be equal (LE -> BGRA == BGR32 / BE -> ARGB == BGR32)
+depending upon if the cpu is little or big endian, different 'in memory' and 
+'in register' formats will be equal (LE -> BGRA == BGR32 / BE -> ARGB == BGR32)




More information about the MPlayer-cvslog mailing list