]> git.sesse.net Git - vlc/commitdiff
es_out: Put a msg_Dbg in input_EsOutDelete.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 29 Mar 2008 13:28:43 +0000 (14:28 +0100)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 29 Mar 2008 13:28:43 +0000 (14:28 +0100)
src/input/es_out.c

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