1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

input/decoder_synchro: remove unneeded variable init

This commit is contained in:
Rafaël Carré 2009-12-07 18:30:49 +01:00
parent a33fcc1140
commit f691589bcf

View File

@ -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;