docs: update v216 format

Fix the v216 format description
This commit is contained in:
Wim Taymans 2012-05-28 16:13:42 +02:00
parent 0d12423aa2
commit 3f08bfa225

View file

@ -619,20 +619,24 @@ Formats
"v216" packed 4:2:2 16-bit YUV, Y0-U0-Y1-V1 order
+--+--+--+--+ +--+--+--+--+
|U0|Y0|V0|Y1| |U1|Y2|V1|Y3| ...
+--+--+--+--+ +--+--+--+--+
Component 0: Y
depth: 16 LE
pstride: 4
offset: 0
offset: 2
Component 1: U
depth 16 LE
pstride: 8
offset: 2
offset: 0
Component 2: V
depth: 16 LE
pstride: 8
offset: 6
offset: 4
Image
default rstride: RU8 (width * 2)