]> git.sesse.net Git - vlc/commitdiff
ASF muxer: remove unused variable.
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 28 May 2010 10:08:38 +0000 (12:08 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 28 May 2010 10:08:38 +0000 (12:08 +0200)
modules/mux/asf.c

index 31beadf9b836d2e8cfe15ba75f883a1ae72a60f2..933bbbafbf42e07f678a0cb4e1dc3ab69022318c 100644 (file)
@@ -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 );