Commit 80c48542 authored by Christophe Mutricy's avatar Christophe Mutricy

Fix my previous commit

parent d434f6ca
......@@ -2024,8 +2024,10 @@ static int ParseSubViewer1( demux_t *p_demux, subtitle_t *p_subtitle, int i_idx
s = TextGetLine( txt );
if( !s )
{
free( psz_text );
return VLC_EGENERIC;
}
if( sscanf( s, "[%d:%d:%d]", &h2, &m2, &s2 ) == 3 )
p_subtitle->i_stop = ( (int64_t)h2 * 3600*1000 +
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment