Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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
vlc-gpu
Commits
e7d54311
Commit
e7d54311
authored
Aug 09, 2013
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VAAPI-XCB: Display picture to the display size.
parent
92f80c3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
modules/video_output/vaapi/xcb.c
modules/video_output/vaapi/xcb.c
+2
-1
No files found.
modules/video_output/vaapi/xcb.c
View file @
e7d54311
...
...
@@ -472,6 +472,7 @@ static void DisplayVASurface(vout_display_t *vd, picture_t *picture)
vout_display_place_t
place
;
vout_display_PlacePicture
(
&
place
,
&
vd
->
source
,
vd
->
cfg
,
false
);
/*
#define VA_FILTER_SCALING_DEFAULT 0x00000000
#define VA_FILTER_SCALING_FAST 0x00000100
...
...
@@ -491,7 +492,7 @@ static void DisplayVASurface(vout_display_t *vd, picture_t *picture)
sys
->
window
,
vd
->
source
.
i_x_offset
,
vd
->
source
.
i_y_offset
,
vd
->
source
.
i_visible_width
,
vd
->
source
.
i_visible_height
,
place
.
x
,
place
.
y
,
place
.
width
,
place
.
height
,
0
,
0
,
place
.
width
,
place
.
height
,
NULL
,
0
,
/* clipping */
flags
);
if
(
status
!=
VA_STATUS_SUCCESS
)
...
...
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