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
2e3fabab
Commit
2e3fabab
authored
Aug 09, 2007
by
Waldo Bastian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 0.20
parent
b9c28193
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
dummy_drv_video/dummy_drv_video.c
dummy_drv_video/dummy_drv_video.c
+2
-2
src/va.c
src/va.c
+1
-1
No files found.
dummy_drv_video/dummy_drv_video.c
View file @
2e3fabab
...
...
@@ -862,7 +862,7 @@ VAStatus dummy_Terminate( VADriverContextP ctx )
return
VA_STATUS_SUCCESS
;
}
VAStatus
__vaDriverInit_0_
18
(
VADriverContextP
ctx
)
VAStatus
__vaDriverInit_0_
20
(
VADriverContextP
ctx
)
{
object_base_p
obj
;
int
result
;
...
...
@@ -870,7 +870,7 @@ VAStatus __vaDriverInit_0_18( VADriverContextP ctx )
int
i
;
ctx
->
version_major
=
0
;
ctx
->
version_minor
=
18
;
ctx
->
version_minor
=
20
;
ctx
->
max_profiles
=
DUMMY_MAX_PROFILES
;
ctx
->
max_entrypoints
=
DUMMY_MAX_ENTRYPOINTS
;
ctx
->
max_attributes
=
DUMMY_MAX_CONFIG_ATTRIBUTES
;
...
...
src/va.c
View file @
2e3fabab
...
...
@@ -16,7 +16,7 @@
#define DEFAULT_DRIVER_DIR "/usr/X11R6/lib/modules/dri"
#define DRIVER_EXTENSION "_drv_video.so"
#define DRIVER_INIT_FUNC "__vaDriverInit_0_
19
"
#define DRIVER_INIT_FUNC "__vaDriverInit_0_
20
"
#define CTX(dpy) ((VADriverContextP) dpy );
#define ASSERT_CONTEXT(dpy) assert( vaDbgContextIsValid(dpy) )
...
...
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