[VDPAU] [PATCH] Fix doc error on displayable surface types

José Hiram Soltren jsoltren at nvidia.com
Wed Sep 9 13:05:01 PDT 2015


VdpVideoSurface is not directly displayable in the current
implementation of VDPAU. VdpOutputSurface is. Make the documentation
consistent with reality.
---
 include/vdpau/vdpau.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vdpau/vdpau.h b/include/vdpau/vdpau.h
index 8cc4524..0bc5b60 100644
--- a/include/vdpau/vdpau.h
+++ b/include/vdpau/vdpau.h
@@ -1704,7 +1704,7 @@ typedef VdpStatus VdpVideoSurfacePutBitsYCbCr(
  * - The Hardware that implements \ref VdpPresentationQueue
  *   "VdpPresentationQueue" functionality,
  *
- * VdpVideoSurfaces are directly displayable using a \ref
+ * VdpOutputSurfaces are directly displayable using a \ref
  * VdpPresentationQueue "VdpPresentationQueue" object.
  *
  * @{
-- 
1.7.10.4


More information about the VDPAU mailing list