[vlc-devel] commit: Cosmetic. (Jean-Baptiste Kempf )

git version control git at videolan.org
Fri May 16 00:08:57 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu May 15 15:10:06 2008 -0700| [70b2027658b66231dc15e37e50693f1135cae614]

Cosmetic.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=70b2027658b66231dc15e37e50693f1135cae614
---

 modules/demux/subtitle.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/demux/subtitle.c b/modules/demux/subtitle.c
index 5428b0b..8d48110 100644
--- a/modules/demux/subtitle.c
+++ b/modules/demux/subtitle.c
@@ -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)




More information about the vlc-devel mailing list