Commit 3ed6ed50 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

es_out: Put a msg_Dbg in input_EsOutDelete.

parent 49bc02ec
...@@ -270,6 +270,8 @@ void input_EsOutDelete( es_out_t *out ) ...@@ -270,6 +270,8 @@ void input_EsOutDelete( es_out_t *out )
es_out_sys_t *p_sys = out->p_sys; es_out_sys_t *p_sys = out->p_sys;
int i; int i;
msg_Dbg( out, "deleting es out" );
for( i = 0; i < p_sys->i_es; i++ ) for( i = 0; i < p_sys->i_es; i++ )
{ {
if( p_sys->es[i]->p_dec ) if( p_sys->es[i]->p_dec )
......
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