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
d6f426a0
Commit
d6f426a0
authored
Nov 08, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lua: fix right OSD alignment (refs #6326)
(cherry picked from commit eeb201b9b0823b88b69372ced5f674cba66a461f)
parent
14189678
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/lua/libs/osd.c
modules/lua/libs/osd.c
+1
-1
No files found.
modules/lua/libs/osd.c
View file @
d6f426a0
...
...
@@ -97,7 +97,7 @@ static int vlc_osd_position_from_string( const char *psz_name )
}
pp_icons
[]
=
{
{
0
,
"center"
},
{
SUBPICTURE_ALIGN_LEFT
,
"left"
},
{
SUBPICTURE_ALIGN_RIGHT
,
"rig
th
"
},
{
SUBPICTURE_ALIGN_RIGHT
,
"rig
ht
"
},
{
SUBPICTURE_ALIGN_TOP
,
"top"
},
{
SUBPICTURE_ALIGN_BOTTOM
,
"bottom"
},
{
SUBPICTURE_ALIGN_TOP
|
SUBPICTURE_ALIGN_LEFT
,
"top-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