]> git.sesse.net Git - vlc/blobdiff - modules/codec/libass.c
Removed unused or redondant fields from subpicture.
[vlc] / modules / codec / libass.c
index c36845182d1d16bc049e0b59ae5fb2c3af508b11..5ae9c38860a3cee52b2ccb1916894a7a31157002 100644 (file)
@@ -272,8 +272,6 @@ static subpicture_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
     memcpy( p_spu->p_sys->p_subs_data, p_block->p_buffer,
             p_block->i_buffer );
 
-    p_spu->i_x = 0;
-    p_spu->i_y = 0;
     p_spu->i_start = p_block->i_pts;
     p_spu->i_stop = p_block->i_pts + p_block->i_length;
     p_spu->b_ephemer = true;