[vlc-commits] stream_out/switcher: indentation

Jean-Paul Saman git at videolan.org
Fri Feb 11 10:14:07 CET 2011


vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Wed Jan 26 13:56:08 2011 +0100| [e4b1fe8c126d270ac5cc670e05b653beb5285fc9] | committer: Jean-Paul Saman

stream_out/switcher: indentation

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

 modules/stream_out/switcher.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/stream_out/switcher.c b/modules/stream_out/switcher.c
index 7c18d4e..9ee8528 100644
--- a/modules/stream_out/switcher.c
+++ b/modules/stream_out/switcher.c
@@ -147,7 +147,7 @@ struct sout_stream_sys_t
     int             i_qscale;
     int             i_aspect;
     sout_stream_id_t *pp_audio_ids[MAX_AUDIO];
-    bool      b_audio;
+    bool            b_audio;
 
     /* Pictures */
     picture_t       p_pictures[MAX_PICTURES];
@@ -161,8 +161,8 @@ struct sout_stream_sys_t
 struct sout_stream_id_t
 {
     void            *id;
-    bool      b_switcher_video;
-    bool      b_switcher_audio;
+    bool            b_switcher_video;
+    bool            b_switcher_audio;
     es_format_t     f_src;
     block_t         *p_queued;
 



More information about the vlc-commits mailing list