git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6afadbe
)
Cosmetic
author
Rémi Denis-Courmont
<rem@videolan.org>
Wed, 12 Sep 2007 15:45:46 +0000
(15:45 +0000)
committer
Rémi Denis-Courmont
<rem@videolan.org>
Wed, 12 Sep 2007 15:45:46 +0000
(15:45 +0000)
modules/codec/subtitles/subsdec.c
patch
|
blob
|
history
diff --git
a/modules/codec/subtitles/subsdec.c
b/modules/codec/subtitles/subsdec.c
index
1d64f98
..
fbfb5b1
100644
(file)
--- a/
modules/codec/subtitles/subsdec.c
+++ b/
modules/codec/subtitles/subsdec.c
@@
-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 );