]> git.sesse.net Git - vlc/commitdiff
Cosmetic
authorRémi Denis-Courmont <rem@videolan.org>
Wed, 12 Sep 2007 15:45:46 +0000 (15:45 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Wed, 12 Sep 2007 15:45:46 +0000 (15:45 +0000)
modules/codec/subtitles/subsdec.c

index 1d64f98398354c47357638877e95ca67fc1f252c..fbfb5b1d822923b01022a39af8312352be06c4b0 100644 (file)
@@ -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 );