[vlc-devel] commit: Subsdec: Code cosmetic and alignements	(Jean-Baptiste Kempf )
    git version control 
    git at videolan.org
       
    Wed Dec 30 02:14:52 CET 2009
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec 30 02:03:50 2009 +0100| [148824c6d2b3c6d927443c53dbc905696a2b4d27] | committer: Jean-Baptiste Kempf 
Subsdec: Code cosmetic and alignements
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=148824c6d2b3c6d927443c53dbc905696a2b4d27
---
 modules/codec/subtitles/subsdec.h |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/modules/codec/subtitles/subsdec.h b/modules/codec/subtitles/subsdec.h
index 0ab39b7..39a06a6 100644
--- a/modules/codec/subtitles/subsdec.h
+++ b/modules/codec/subtitles/subsdec.h
@@ -76,12 +76,14 @@ typedef struct
  *****************************************************************************/
 struct decoder_sys_t
 {
-    bool          b_ass;                           /* The subs are ASS */
+    bool                b_ass;                           /* The subs are ASS */
+
     int                 i_original_height;
     int                 i_original_width;
     int                 i_align;          /* Subtitles alignment on the vout */
+
     vlc_iconv_t         iconv_handle;            /* handle to iconv instance */
-    bool          b_autodetect_utf8;
+    bool                b_autodetect_utf8;
 
     ssa_style_t         **pp_ssa_styles;
     int                 i_ssa_styles;
    
    
More information about the vlc-devel
mailing list