]> git.sesse.net Git - vlc/commitdiff
Subsdec: Code cosmetic and alignements
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 30 Dec 2009 01:03:50 +0000 (02:03 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 30 Dec 2009 01:03:50 +0000 (02:03 +0100)
modules/codec/subtitles/subsdec.h

index 0ab39b748a6818bd9d7f725900bdd6a31d59433f..39a06a6b34b73ec122114929d28df3028c3ab12a 100644 (file)
@@ -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;