diff DOCS/tech/colorspaces.txt @ 5322:329896ab1989

typo...
author arpi
date Mon, 25 Mar 2002 02:10:08 +0000
parents ba5c92e64c5d
children 6ce9c6231bdd
line wrap: on
line diff
--- a/DOCS/tech/colorspaces.txt	Mon Mar 25 01:32:40 2002 +0000
+++ b/DOCS/tech/colorspaces.txt	Mon Mar 25 02:10:08 2002 +0000
@@ -43,6 +43,9 @@
 	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