Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Libvdpau
Commits
52a6ea26
Commit
52a6ea26
authored
Nov 20, 2018
by
Aaron Plattner
Browse files
Fix typos from commit
53eeb07f
Signed-off-by:
Aaron Plattner
<
aplattner@nvidia.com
>
parent
53eeb07f
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vdpau/vdpau.h
View file @
52a6ea26
...
@@ -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 no
t
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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment