Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
876b4ed9
Commit
876b4ed9
authored
Sep 12, 2007
by
Rémi Denis-Courmont
Browse files
Cosmetic
parent
6afadbe2
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/subtitles/subsdec.c
View file @
876b4ed9
...
...
@@ -228,7 +228,8 @@ static int OpenDecoder( vlc_object_t *p_this )
var_Get
(
p_dec
,
"subsdec-align"
,
&
val
);
p_sys
->
i_align
=
val
.
i_int
;
if
(
p_dec
->
fmt_in
.
i_codec
==
VLC_FOURCC
(
's'
,
's'
,
'a'
,
' '
)
&&
var_CreateGetBool
(
p_dec
,
"subsdec-formatted"
)
)
if
(
p_dec
->
fmt_in
.
i_codec
==
VLC_FOURCC
(
's'
,
's'
,
'a'
,
' '
)
&&
var_CreateGetBool
(
p_dec
,
"subsdec-formatted"
)
)
{
if
(
p_dec
->
fmt_in
.
i_extra
>
0
)
ParseSSAHeader
(
p_dec
);
...
...
Write
Preview
Supports
Markdown
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