# HG changeset patch # User arpi # Date 1017022208 0 # Node ID 329896ab1989238bba6461ad9482db7ffe99ef30 # Parent c8270b55038366464992a79af6e4363887c5899a typo... diff -r c8270b550383 -r 329896ab1989 DOCS/tech/colorspaces.txt --- 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