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

input/decoder_synchro: remove unneeded variable init

parent a33fcc11
......@@ -215,7 +215,7 @@ bool decoder_SynchroChoose( decoder_synchro_t * p_synchro, int i_coding_type,
+ p_synchro->i_render_time)
#define S (*p_synchro)
mtime_t now, period;
mtime_t pts = 0;
mtime_t pts;
bool b_decode = 0;
int i_current_rate;
......
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