From 42b6e524e5157d9557c80581a3bff3d24b2a0c66 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Fri, 28 May 2010 12:08:38 +0200 Subject: [PATCH] ASF muxer: remove unused variable. --- modules/mux/asf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/mux/asf.c b/modules/mux/asf.c index 31beadf9b8..933bbbafbf 100644 --- a/modules/mux/asf.c +++ b/modules/mux/asf.c @@ -191,7 +191,6 @@ static int Open( vlc_object_t *p_this ) { sout_mux_t *p_mux = (sout_mux_t*)p_this; sout_mux_sys_t *p_sys; - int i; msg_Dbg( p_mux, "asf muxer opened" ); config_ChainParse( p_mux, SOUT_CFG_PREFIX, ppsz_sout_options, p_mux->p_cfg ); -- 2.39.5