[vlc-devel] commit: input/decoder_synchro: remove unneeded variable init ( Rafaël Carré )
git version control
git at videolan.org
Mon Dec 7 18:31:07 CET 2009
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Mon Dec 7 18:30:49 2009 +0100| [f691589bcf7eb245f6021f6ef95c66742dcdf283] | committer: Rafaël Carré
input/decoder_synchro: remove unneeded variable init
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f691589bcf7eb245f6021f6ef95c66742dcdf283
---
src/input/decoder_synchro.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/input/decoder_synchro.c b/src/input/decoder_synchro.c
index 9652d2e..2fbe453 100644
--- a/src/input/decoder_synchro.c
+++ b/src/input/decoder_synchro.c
@@ -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;
More information about the vlc-devel
mailing list