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
14189678
Commit
14189678
authored
Nov 08, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lua: fix "center" OSD alignment (refs #6326)
(cherry picked from commit c1157eb5cc71a6c1c2210957bcc7f9cc0c744d6a)
parent
beb1a099
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 @
14189678
...
@@ -95,7 +95,7 @@ static int vlc_osd_position_from_string( const char *psz_name )
...
@@ -95,7 +95,7 @@ static int vlc_osd_position_from_string( const char *psz_name )
int
i_position
;
int
i_position
;
const
char
*
psz_name
;
const
char
*
psz_name
;
}
pp_icons
[]
=
}
pp_icons
[]
=
{
{
SUBPICTURE_ALIGN_MASK
,
"center"
},
{
{
0
,
"center"
},
{
SUBPICTURE_ALIGN_LEFT
,
"left"
},
{
SUBPICTURE_ALIGN_LEFT
,
"left"
},
{
SUBPICTURE_ALIGN_RIGHT
,
"rigth"
},
{
SUBPICTURE_ALIGN_RIGHT
,
"rigth"
},
{
SUBPICTURE_ALIGN_TOP
,
"top"
},
{
SUBPICTURE_ALIGN_TOP
,
"top"
},
...
...
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