]> git.sesse.net Git - vlc/commitdiff
Input: code alignment and cosmetics
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 5 Jul 2010 09:59:57 +0000 (11:59 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 5 Jul 2010 10:00:38 +0000 (12:00 +0200)
src/input/decoder_synchro.c

index 8bb9d73ad84e0c80020c8e8614e18597ba485794..f6a35bd6558fcb6fd9887a53cd6ad9f13ad74ede 100644 (file)
@@ -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 */