Commit 40ef630d authored by Laurent Aimar's avatar Laurent Aimar

Fixed stupid typo when removing an es.

parent 8f05427a
......@@ -867,7 +867,7 @@ static void EsOutESVarUpdateGeneric( es_out_t *out, int i_id, es_format_t *fmt,
if( b_teletext )
input_SendEventTeletext( p_sys->p_input, -1 );
input_SendEventEsDel( p_input, SPU_ES, i_id );
input_SendEventEsDel( p_input, fmt->i_cat, i_id );
return;
}
......
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