Mercurial > mplayer.hg
changeset 5322:329896ab1989
typo...
author | arpi |
---|---|
date | Mon, 25 Mar 2002 02:10:08 +0000 |
parents | c8270b550383 |
children | a2bd4e930d59 |
files | DOCS/tech/colorspaces.txt |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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