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

Subsdec: Code cosmetic and alignements

parent 0e46b874
...@@ -77,9 +77,11 @@ typedef struct ...@@ -77,9 +77,11 @@ 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;
......
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