Commit e312f820 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

subsusf: Remove unneeded initializations

parent 5a6568cf
...@@ -126,9 +126,6 @@ static int OpenDecoder( vlc_object_t *p_this ) ...@@ -126,9 +126,6 @@ static int OpenDecoder( vlc_object_t *p_this )
p_dec->fmt_out.i_codec = 0; p_dec->fmt_out.i_codec = 0;
/* init of p_sys */ /* init of p_sys */
p_sys->i_align = 0;
p_sys->i_original_height = 0;
p_sys->i_original_width = 0;
TAB_INIT( p_sys->i_ssa_styles, p_sys->pp_ssa_styles ); TAB_INIT( p_sys->i_ssa_styles, p_sys->pp_ssa_styles );
TAB_INIT( p_sys->i_images, p_sys->pp_images ); TAB_INIT( p_sys->i_images, p_sys->pp_images );
......
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