[vlc-devel] commit: es_out: Put a msg_Dbg in input_EsOutDelete. (Pierre d'Herbemont )
git version control
git at videolan.org
Sat Mar 29 14:28:33 CET 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Mar 29 14:28:43 2008 +0100| [3ed6ed50cc5b8aa6d7320169f6cf5c2e9c4f34bf]
es_out: Put a msg_Dbg in input_EsOutDelete.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3ed6ed50cc5b8aa6d7320169f6cf5c2e9c4f34bf
---
src/input/es_out.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/input/es_out.c b/src/input/es_out.c
index 733d907..8bd3fe1 100644
--- a/src/input/es_out.c
+++ b/src/input/es_out.c
@@ -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 )
More information about the vlc-devel
mailing list