X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fdemux%2Fsubtitle.c;h=ab9852123ff9a4c7e82f49f955552f8c8a896cf0;hb=65892a479f9994e8dd49ded2ff851a5e98b85ae8;hp=1c4502552fc5b194ea51e0f34c67d2530e73115e;hpb=fa4bde0b26a6c7a2a617362ea0b17144686e39fe;p=vlc diff --git a/modules/demux/subtitle.c b/modules/demux/subtitle.c index 1c4502552f..ab9852123f 100644 --- a/modules/demux/subtitle.c +++ b/modules/demux/subtitle.c @@ -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