Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libva
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libva
Commits
4e71a2dd
Commit
4e71a2dd
authored
Aug 27, 2009
by
Austin Yuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assgin VASurfaceRendering a non-zero value instead of 0
Signed-off-by:
Austin Yuan
<
shengquan.yuan@intel.com
>
parent
4aef21d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/va.h
src/va.h
+4
-4
No files found.
src/va.h
View file @
4e71a2dd
...
...
@@ -1250,12 +1250,12 @@ VAStatus vaSyncSurface (
typedef
enum
{
VASurfaceRendering
=
0
,
/* Rendering in progress */
VASurfaceDisplaying
=
1
,
/* Displaying in progress (not safe to render into it) */
VASurfaceRendering
=
1
,
/* Rendering in progress */
VASurfaceDisplaying
=
2
,
/* Displaying in progress (not safe to render into it) */
/* this status is useful if surface is used as the source */
/* of an overlay */
VASurfaceReady
=
2
,
/* not being rendered or displayed */
VASurfaceSkipped
=
4
/* Indicate a skipped frame during encode */
VASurfaceReady
=
4
,
/* not being rendered or displayed */
VASurfaceSkipped
=
8
/* Indicate a skipped frame during encode */
}
VASurfaceStatus
;
/*
...
...
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