summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-25 02:10:08 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-25 02:10:08 +0000
commit2bc4a5255b20834e5b57ef6f85510d99fcb8c71d (patch)
treeb850ce36b50644962602d5b0c6c46136426812e7 /DOCS
parent65f72503919adef736feb2ad6df8e993c78b408b (diff)
downloadmpv-2bc4a5255b20834e5b57ef6f85510d99fcb8c71d.tar.bz2
mpv-2bc4a5255b20834e5b57ef6f85510d99fcb8c71d.tar.xz
typo...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5323 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/colorspaces.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/tech/colorspaces.txt b/DOCS/tech/colorspaces.txt
index b1d7d6f22e..4a68a43ad2 100644
--- a/DOCS/tech/colorspaces.txt
+++ b/DOCS/tech/colorspaces.txt
@@ -43,6 +43,9 @@ doesn't matter what is they order in memory:
planes[0] = Y = luminance
planes[1] = U = Cb = blue
planes[2] = V = Cr = red
+ Note: planes[1] is ALWAYS U, and planes[2] is V, the fourcc
+ (YV12 vs. I420) doesn't matter here! So, every codecs using 3 pointers
+ (not only the first one) normally supports YV12 and I420 (=IYUV) too!
But there are some codecs (vfw, dshow) and vo drivers (xv) ignoring the 2nd
and 3rd pointer, and use only a single pointer to the planar yuv image. In