Commit 95fc63a2 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

Another typo: SPU_ES mixed up with AUDIO_ES. (CID 250)

parent 413c4eac
......@@ -470,7 +470,7 @@ void input_EsOutSetDelay( es_out_t *out, int i_cat, int64_t i_delay )
if( i_cat == AUDIO_ES )
p_sys->i_audio_delay = i_delay;
else if( i_cat == AUDIO_ES )
else if( i_cat == SPU_ES )
p_sys->i_spu_delay = i_delay;
for( int i = 0; i < p_sys->i_es; i++ )
......
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