Commit 52a6ea26 authored by Aaron Plattner's avatar Aaron Plattner
Browse files

Fix typos from commit 53eeb07f


Signed-off-by: default avatarAaron Plattner <aplattner@nvidia.com>
parent 53eeb07f
...@@ -2701,7 +2701,7 @@ typedef VdpStatus VdpDecoderQueryProfileCapability( ...@@ -2701,7 +2701,7 @@ typedef VdpStatus VdpDecoderQueryProfileCapability(
VdpDevice device, VdpDevice device,
VdpDecoderProfile profile, VdpDecoderProfile profile,
/* output parameters follow */ /* output parameters follow */
VdpDecoderCapability capability, VdpDecoderCapability capability,
void * capability_value void * capability_value
); );
...@@ -4429,7 +4429,7 @@ typedef VdpStatus VdpPresentationQueueBlockUntilSurfaceIdle( ...@@ -4429,7 +4429,7 @@ typedef VdpStatus VdpPresentationQueueBlockUntilSurfaceIdle(
* \brief The status of a surface within a presentation queue. * \brief The status of a surface within a presentation queue.
*/ */
typedef enum { typedef enum {
/** The surface is no queued or currently visible. */ /** The surface is not queued or currently visible. */
VDP_PRESENTATION_QUEUE_STATUS_IDLE, VDP_PRESENTATION_QUEUE_STATUS_IDLE,
/** The surface is in the queue, and not currently visible. */ /** The surface is in the queue, and not currently visible. */
VDP_PRESENTATION_QUEUE_STATUS_QUEUED, VDP_PRESENTATION_QUEUE_STATUS_QUEUED,
......
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