Commit 7fc4ffde authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

ASF: remove unused variables

parent 3f31d5ec
...@@ -1029,7 +1029,6 @@ static block_t *asf_header_create( sout_mux_t *p_mux, bool b_broadcast ) ...@@ -1029,7 +1029,6 @@ static block_t *asf_header_create( sout_mux_t *p_mux, bool b_broadcast )
/* metadata object (part of header extension) */ /* metadata object (part of header extension) */
if( i_cm_size ) if( i_cm_size )
{ {
int64_t i_num, i_den;
unsigned int i_dst_num, i_dst_den; unsigned int i_dst_num, i_dst_den;
asf_track_t *tk; asf_track_t *tk;
tk=NULL; tk=NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment