Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
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
GSoC
GSoC2018
macOS
vlc
Commits
a510715f
Commit
a510715f
authored
Feb 07, 2018
by
François Cartegnie
🤞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vout: osd: use same text align as regions
as with 2.2
parent
13a5ca47
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/video_output/video_text.c
src/video_output/video_text.c
+1
-0
No files found.
src/video_output/video_text.c
View file @
a510715f
...
...
@@ -80,6 +80,7 @@ static void OSDTextUpdate(subpicture_t *subpic,
const
int
margin_h
=
margin_ratio
*
fmt_dst
->
i_visible_width
;
const
int
margin_v
=
margin_ratio
*
fmt_dst
->
i_visible_height
;
r
->
i_text_align
=
sys
->
position
;
r
->
i_align
=
sys
->
position
;
r
->
i_x
=
0
;
if
(
r
->
i_align
&
SUBPICTURE_ALIGN_LEFT
)
...
...
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