[vlc-devel] commit: ASF: remove unused variables (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat Dec 26 20:54:29 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Dec 26 20:54:11 2009 +0100| [7fc4ffde08b9da5fe4e032f6da248033e242d6b8] | committer: Jean-Baptiste Kempf
ASF: remove unused variables
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7fc4ffde08b9da5fe4e032f6da248033e242d6b8
---
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 031a646..b1d498b 100644
--- a/modules/mux/asf.c
+++ b/modules/mux/asf.c
@@ -1029,7 +1029,6 @@ static block_t *asf_header_create( sout_mux_t *p_mux, bool b_broadcast )
/* metadata object (part of header extension) */
if( i_cm_size )
{
- int64_t i_num, i_den;
unsigned int i_dst_num, i_dst_den;
asf_track_t *tk;
tk=NULL;
More information about the vlc-devel
mailing list