Commit f3bbd295 authored by Stephen Warren's avatar Stephen Warren Committed by Aaron Plattner
Browse files

YV12 documentation fix.


Signed-off-by: default avatarAaron Plattner <aplattner@nvidia.com>
parent 4e2b6f38
...@@ -828,7 +828,7 @@ typedef uint32_t VdpYCbCrFormat; ...@@ -828,7 +828,7 @@ typedef uint32_t VdpYCbCrFormat;
* \hideinitializer * \hideinitializer
* \brief The "YV12" YCbCr surface format. * \brief The "YV12" YCbCr surface format.
* *
* This format has a three planes, a Y plane, a U plane, and a V * This format has a three planes, a Y plane, a V plane, and a U
* plane. * plane.
* *
* Each of the planes is an array of byte-sized components. * Each of the planes is an array of byte-sized components.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment