summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2009-02-06 12:27:56 -0800
committerAaron Plattner <aplattner@nvidia.com>2009-02-06 12:27:56 -0800
commit15cab0dd011633105cafa150366a4ef8e6dc8a1f (patch)
treef23bf7a2d03ca75380f7dfa73b08194afd0beff2
parentb9cf19db769d80652e57f7c6173e692e374942b0 (diff)
Fix a typo in the VdpOutputSurfaceRenderBitmapSurface documentation.
-rw-r--r--include/vdpau/vdpau.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vdpau/vdpau.h b/include/vdpau/vdpau.h
index c61893b..a14e8d2 100644
--- a/include/vdpau/vdpau.h
+++ b/include/vdpau/vdpau.h
@@ -1998,8 +1998,8 @@ typedef VdpStatus VdpOutputSurfaceRenderOutputSurface(
);
/**
- * \brief Composite a sub-rectangle of a \ref VdpOutputSurface
- * "VdpOutputSurface" into a sub-rectangle of another
+ * \brief Composite a sub-rectangle of a \ref VdpBitmapSurface
+ * "VdpBitmapSurface" into a sub-rectangle of a
* \ref VdpOutputSurface VdpOutputSurface.
* \param[in] destination_surface The destination surface of the
* compositing operation.