From 2cf7cf9f0a7fb5e24f1bfe5dc48898e173c1df22 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Mon, 5 Jul 2010 11:59:57 +0200 Subject: [PATCH] Input: code alignment and cosmetics --- src/input/decoder_synchro.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/input/decoder_synchro.c b/src/input/decoder_synchro.c index 8bb9d73ad8..f6a35bd655 100644 --- a/src/input/decoder_synchro.c +++ b/src/input/decoder_synchro.c @@ -116,8 +116,8 @@ struct decoder_synchro_t /* */ int i_frame_rate; - bool b_no_skip; - bool b_quiet; + bool b_no_skip; + bool b_quiet; /* date of the beginning of the decoding of the current picture */ mtime_t decoding_start; @@ -130,7 +130,7 @@ struct decoder_synchro_t unsigned int pi_meaningful[4]; /* number of durations read */ /* render_time filled by SynchroChoose() */ - int i_render_time; + int i_render_time; /* stream context */ int i_nb_ref; /* Number of reference pictures */ -- 2.39.2