Commit 250dcb47 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

es_out: is not a vlc_object_t.

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