Commit a21bf7aa authored by José Hiram Soltren's avatar José Hiram Soltren Committed by Aaron Plattner
Browse files

Fix doc error on displayable surface types



VdpVideoSurface is not directly displayable in the current
implementation of VDPAU. VdpOutputSurface is. Make the documentation
consistent with reality.
Signed-off-by: default avatarAaron Plattner <aplattner@nvidia.com>
parent fb5362be
...@@ -1704,7 +1704,7 @@ typedef VdpStatus VdpVideoSurfacePutBitsYCbCr( ...@@ -1704,7 +1704,7 @@ typedef VdpStatus VdpVideoSurfacePutBitsYCbCr(
* - The Hardware that implements \ref VdpPresentationQueue * - The Hardware that implements \ref VdpPresentationQueue
* "VdpPresentationQueue" functionality, * "VdpPresentationQueue" functionality,
* *
* VdpVideoSurfaces are directly displayable using a \ref * VdpOutputSurfaces are directly displayable using a \ref
* VdpPresentationQueue "VdpPresentationQueue" object. * VdpPresentationQueue "VdpPresentationQueue" object.
* *
* @{ * @{
......
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