]> git.sesse.net Git - vlc/commitdiff
Cosmetic.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 15 May 2008 22:10:06 +0000 (15:10 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 15 May 2008 22:10:27 +0000 (15:10 -0700)
modules/demux/subtitle.c

index 5428b0bca3d9ee8778fedca58f7cf05360cc4a24..8d481102e1d8b5082900e7f86d29f16211496ba9 100644 (file)
@@ -1492,6 +1492,7 @@ static int ParseJSS( demux_t *p_demux, subtitle_t *p_subtitle, int i_idx )
     char         *psz_text, *psz_orig;
     char         *psz_text2, *psz_orig2;
     int h1, h2, m1, m2, s1, s2, f1, f2;
+
     static int i_comment = 0;
 
     static int jss_time_resolution = 30;
@@ -1803,7 +1804,6 @@ static int ParseRealText( demux_t *p_demux, subtitle_t *p_subtitle, int i_idx )
                 continue;
             }
 
-
             /* Get the times */
             int64_t i_time = ParseRealTime( psz_begin, &h1, &m1, &s1, &f1 );
             if( i_time >= 0)