summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/colorspaces.txt
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-17 01:06:24 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-17 01:06:24 +0000
commit5d0ef7e22f217a58e5bbce6fd0cd25b8f6284304 (patch)
treeef3a1bb79976140a8c4c364472d867e562dfadfe /DOCS/tech/colorspaces.txt
parentc915514d04b878ac16fea7755b33250221116764 (diff)
downloadmpv-5d0ef7e22f217a58e5bbce6fd0cd25b8f6284304.tar.bz2
mpv-5d0ef7e22f217a58e5bbce6fd0cd25b8f6284304.tar.xz
maybe more understandable?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13033 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/colorspaces.txt')
-rw-r--r--DOCS/tech/colorspaces.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/tech/colorspaces.txt b/DOCS/tech/colorspaces.txt
index b1b35271aa..71d9169401 100644
--- a/DOCS/tech/colorspaces.txt
+++ b/DOCS/tech/colorspaces.txt
@@ -104,6 +104,7 @@ Unfortunately, most of the x86 codecs call our BGR to RGB, so it sometimes
confuse developers.
memory order: name
+lowest address .. highest address
RGBA IMGFMT_RGBA
ARGB IMGFMT_ARGB
BGRA IMGFMT_BGRA
@@ -126,5 +127,5 @@ mostsignifant .. least significant bit
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)