Commit bb7252cd authored by Rafaël Carré's avatar Rafaël Carré

sout_switcher: remove useless initialization

parent 1da34cc2
...@@ -510,7 +510,7 @@ static int Send( sout_stream_t *p_stream, sout_stream_id_t *id, ...@@ -510,7 +510,7 @@ static int Send( sout_stream_t *p_stream, sout_stream_id_t *id,
while ( id->p_queued != NULL ) while ( id->p_queued != NULL )
{ {
mtime_t i_dts = 0; mtime_t i_dts;
int i; int i;
if ( p_sys->i_old_cmd != p_sys->i_cmd ) if ( p_sys->i_old_cmd != p_sys->i_cmd )
......
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