Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
19c12d3c
Commit
19c12d3c
authored
May 30, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set style in mediacontrol_showtext()
parent
f754dc22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/control/mediacontrol_audio_video.c
src/control/mediacontrol_audio_video.c
+1
-0
No files found.
src/control/mediacontrol_audio_video.c
View file @
19c12d3c
...
...
@@ -149,6 +149,7 @@ int mediacontrol_showtext( vout_thread_t *p_vout, int i_channel,
p_spu
->
p_region
->
psz_text
=
strdup
(
psz_string
);
p_spu
->
p_region
->
i_align
=
i_flags
&
SUBPICTURE_ALIGN_MASK
;
p_spu
->
p_region
->
p_style
=
p_style
;
p_spu
->
i_start
=
i_start
;
p_spu
->
i_stop
=
i_stop
;
p_spu
->
b_ephemer
=
false
;
...
...
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