[vlc-devel] commit: es_out: is not a vlc_object_t. (Pierre d'Herbemont )

git version control git at videolan.org
Sat Mar 29 14:48:33 CET 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Mar 29 14:48:25 2008 +0100| [250dcb477a7d2ee777a446e0d4dcac741912919b]

es_out: is not a vlc_object_t.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=250dcb477a7d2ee777a446e0d4dcac741912919b
---

 src/input/es_out.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/input/es_out.c b/src/input/es_out.c
index 8bd3fe1..733d907 100644
--- a/src/input/es_out.c
+++ b/src/input/es_out.c
@@ -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 )




More information about the vlc-devel mailing list