Commit 148824c6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Subsdec: Code cosmetic and alignements

parent 0e46b874
...@@ -76,12 +76,14 @@ typedef struct ...@@ -76,12 +76,14 @@ typedef struct
*****************************************************************************/ *****************************************************************************/
struct decoder_sys_t 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_height;
int i_original_width; int i_original_width;
int i_align; /* Subtitles alignment on the vout */ int i_align; /* Subtitles alignment on the vout */
vlc_iconv_t iconv_handle; /* handle to iconv instance */ vlc_iconv_t iconv_handle; /* handle to iconv instance */
bool b_autodetect_utf8; bool b_autodetect_utf8;
ssa_style_t **pp_ssa_styles; ssa_style_t **pp_ssa_styles;
int i_ssa_styles; int i_ssa_styles;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment