]> git.sesse.net Git - vlc/blobdiff - modules/codec/csri.c
Removed unused or redondant fields from subpicture.
[vlc] / modules / codec / csri.c
index 2730fe88fd0400d58675857854aff073381b57fc..3086d6d45ebb9e6b0192f0560cdade466b21340e 100644 (file)
@@ -204,8 +204,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 = false;