]> git.sesse.net Git - vlc/commitdiff
subsusf: Remove unneeded initializations
authorHugo Beauzée-Luyssen <hugo@beauzee.fr>
Mon, 16 Mar 2015 12:32:53 +0000 (13:32 +0100)
committerHugo Beauzée-Luyssen <hugo@beauzee.fr>
Mon, 16 Mar 2015 12:39:11 +0000 (13:39 +0100)
modules/codec/subsusf.c

index 0952e30b4d2be9d0e2b18232df362188ed1c2161..a9d6b55ecfbf6de497b1549396004900c2fbd138 100644 (file)
@@ -126,9 +126,6 @@ static int OpenDecoder( vlc_object_t *p_this )
     p_dec->fmt_out.i_codec = 0;
 
     /* 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_images, p_sys->pp_images );