vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Jul  5 
11:59:57 2010 +0200| [2cf7cf9f0a7fb5e24f1bfe5dc48898e173c1df22] | committer: 
Jean-Baptiste Kempf 

Input: code alignment and cosmetics

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2cf7cf9f0a7fb5e24f1bfe5dc48898e173c1df22
---

 src/input/decoder_synchro.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/input/decoder_synchro.c b/src/input/decoder_synchro.c
index 8bb9d73..f6a35bd 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 */

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to