]> git.sesse.net Git - vlc/blobdiff - modules/demux/subtitle.c
All: string review (refs: #438)
[vlc] / modules / demux / subtitle.c
index 1988e26074dadd81c6b8f9303b3901c47b52e307..29a2e8e0b04f3c344c611d449db6fb8c8f8f9975 100644 (file)
@@ -704,9 +704,9 @@ static int ParseMicroDvd( demux_t *p_demux, subtitle_t *p_subtitle )
     unsigned int i;
 
     int i_microsecperframe = 40000; /* default to 25 fps */
-    if( p_sys->i_microsecperframe > 0 ) 
+    if( p_sys->i_microsecperframe > 0 )
         i_microsecperframe = p_sys->i_microsecperframe;
-    
+
     p_subtitle->i_start = 0;
     p_subtitle->i_stop  = 0;
     p_subtitle->psz_text = NULL;