[vlc-devel] commit: VCDX: interface creation is commented out so comment out destruction ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Jan 19 18:37:35 CET 2009
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Mon Jan 19 19:12:19 2009 +0200| [b7155d34d1d82f1f5b7ed259a9a556779efa2911] | committer: Rémi Denis-Courmont
VCDX: interface creation is commented out so comment out destruction
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b7155d34d1d82f1f5b7ed259a9a556779efa2911
---
modules/access/vcdx/demux.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/access/vcdx/demux.c b/modules/access/vcdx/demux.c
index ada66b3..b2077b7 100644
--- a/modules/access/vcdx/demux.c
+++ b/modules/access/vcdx/demux.c
@@ -121,6 +121,7 @@ void VCDEnd ( vlc_object_t *p_this )
{
input_thread_t *p_input = (input_thread_t *)p_this;
vcd_data_t * p_vcd = p_input->p_demux_data->p_vcd;
+#if FIXED
intf_thread_t * p_intf = NULL;
p_intf = vlc_object_find( p_input, VLC_OBJECT_INTF, FIND_CHILD );
@@ -133,7 +134,7 @@ void VCDEnd ( vlc_object_t *p_this )
}
p_vcd->p_intf = NULL;
-
+#endif
module_unneed( p_input, p_input->p_demux_data->p_module );
free( p_input->p_demux_data );
}
More information about the vlc-devel
mailing list