]> git.sesse.net Git - vlc/commitdiff
es_out: is not a vlc_object_t.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 29 Mar 2008 13:48:25 +0000 (14:48 +0100)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 29 Mar 2008 13:48:25 +0000 (14:48 +0100)
src/input/es_out.c

index 8bd3fe1550c5185884e3ce0c8550f5e6a44ea2be..733d907dd874b2c7b720c749d9902d9fab2b4ade 100644 (file)
@@ -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 )