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
8db6ca66
Commit
8db6ca66
authored
Apr 29, 2008
by
Austin Yuan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into mrst-video
parents
b55eb7ba
b355047a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
4 deletions
+2
-4
dummy_drv_video/dummy_drv_video.c
dummy_drv_video/dummy_drv_video.c
+2
-2
test/mpeg2-I.jpg
test/mpeg2-I.jpg
+0
-0
test/mpeg2-I.mpg
test/mpeg2-I.mpg
+0
-0
test/test_12.c
test/test_12.c
+0
-2
No files found.
dummy_drv_video/dummy_drv_video.c
View file @
8db6ca66
...
...
@@ -1199,7 +1199,7 @@ VAStatus dummy_Terminate( VADriverContextP ctx )
return
VA_STATUS_SUCCESS
;
}
VAStatus
__vaDriverInit_0_2
8
(
VADriverContextP
ctx
)
VAStatus
__vaDriverInit_0_2
9
(
VADriverContextP
ctx
)
{
object_base_p
obj
;
int
result
;
...
...
@@ -1207,7 +1207,7 @@ VAStatus __vaDriverInit_0_28( VADriverContextP ctx )
int
i
;
ctx
->
version_major
=
0
;
ctx
->
version_minor
=
2
8
;
ctx
->
version_minor
=
2
9
;
ctx
->
max_profiles
=
DUMMY_MAX_PROFILES
;
ctx
->
max_entrypoints
=
DUMMY_MAX_ENTRYPOINTS
;
ctx
->
max_attributes
=
DUMMY_MAX_CONFIG_ATTRIBUTES
;
...
...
test/mpeg2-I.jpg
0 → 100755
View file @
8db6ca66
141 KB
test/mpeg2-I.mpg
0 → 100644
View file @
8db6ca66
File added
test/test_12.c
View file @
8db6ca66
...
...
@@ -228,12 +228,10 @@ void test()
XMapWindow
(
dpy
,
win
);
XSync
(
dpy
,
False
);
#if 0
va_status
=
vaPutSurface
(
va_dpy
,
vaSurface
,
win
,
0
,
0
,
surf_width
,
surf_height
,
0
,
0
,
win_width
,
win_height
,
NULL
,
0
,
0
);
#endif
ASSERT
(
VA_STATUS_SUCCESS
==
va_status
);
printf
(
"press any key to exit
\n
"
);
...
...
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