]> git.sesse.net Git - vlc/blobdiff - modules/demux/subtitle.c
Vout-filter modification for autoscaling
[vlc] / modules / demux / subtitle.c
index 1c4502552fc5b194ea51e0f34c67d2530e73115e..ab9852123ff9a4c7e82f49f955552f8c8a896cf0 100644 (file)
@@ -84,7 +84,7 @@ vlc_module_begin ()
                SUB_DELAY_LONGTEXT, true )
     add_string( "sub-type", "auto", NULL, N_("Subtitles format"),
                 SUB_TYPE_LONGTEXT, true )
-        change_string_list( ppsz_sub_type, NULL, NULL );
+        change_string_list( ppsz_sub_type, NULL, NULL )
     set_callbacks( Open, Close )
 
     add_shortcut( "subtitle" )
@@ -956,7 +956,7 @@ static int  ParseSubViewer( demux_t *p_demux, subtitle_t *p_subtitle,
 
     return ParseSubRipSubViewer( p_demux, p_subtitle,
                                  "%d:%d:%d.%d,%d:%d:%d.%d",
-                                 true )
+                                 true );
 }
 
 /* ParseSSA