Commit cc0ba353 authored by Laurent Aimar's avatar Laurent Aimar

Fixed subusf rendering.

parent 18175698
......@@ -84,8 +84,8 @@ static int OpenDecoder( vlc_object_t *p_this )
/* init of p_sys */
p_sys->i_align = 0;
p_sys->i_original_height = -1;
p_sys->i_original_width = -1;
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_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