Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
f30c7d15
Commit
f30c7d15
authored
May 26, 2010
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetic.
parent
770f3c56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/video_output/vout_subpictures.c
src/video_output/vout_subpictures.c
+1
-1
No files found.
src/video_output/vout_subpictures.c
View file @
f30c7d15
...
...
@@ -216,7 +216,7 @@ spu_t *spu_Create( vlc_object_t *p_this )
p_sys
->
i_margin
=
var_InheritInteger
(
p_spu
,
"sub-margin"
);
/* Register the default subpicture channel */
p_sys
->
i_channel
=
2
;
p_sys
->
i_channel
=
SPU_DEFAULT_CHANNEL
+
1
;
p_sys
->
psz_chain_update
=
NULL
;
vlc_mutex_init
(
&
p_sys
->
chain_lock
);
...
...
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