[vlc-commits] commit: ASF muxer: remove unused variable. (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Fri May 28 13:50:17 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri May 28 12:08:38 2010 +0200| [42b6e524e5157d9557c80581a3bff3d24b2a0c66] | committer: Jean-Baptiste Kempf 

ASF muxer: remove unused variable.

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

 modules/mux/asf.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/mux/asf.c b/modules/mux/asf.c
index 31beadf..933bbba 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 );



More information about the vlc-commits mailing list