Commit 3695fd66 authored by Ilkka Ollakka's avatar Ilkka Ollakka

src: revert spu-delay back to default

revert mistake in commit 78db874b
parent 0ce7563d
...@@ -975,7 +975,7 @@ static void LoadSubtitles( input_thread_t *p_input ) ...@@ -975,7 +975,7 @@ static void LoadSubtitles( input_thread_t *p_input )
const int i_delay = var_CreateGetInteger( p_input, "sub-delay" ); const int i_delay = var_CreateGetInteger( p_input, "sub-delay" );
if( i_delay != 0 ) if( i_delay != 0 )
var_SetTime( p_input, "spu-delay", (mtime_t)i_delay * CLOCK_FREQ ); var_SetTime( p_input, "spu-delay", (mtime_t)i_delay * 100000 );
/* Look for and add subtitle files */ /* Look for and add subtitle files */
unsigned i_flags = SUB_FORCED; unsigned i_flags = SUB_FORCED;
......
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