]> git.sesse.net Git - vlc/blobdiff - modules/codec/csri.c
Removed b_pausable flag in favour of b_subtitle.
[vlc] / modules / codec / csri.c
index 8e43d178fb4ace1685225c7d217673df422ce340..2730fe88fd0400d58675857854aff073381b57fc 100644 (file)
@@ -210,7 +210,6 @@ static subpicture_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
     p_spu->i_stop = p_block->i_pts + p_block->i_length;
     p_spu->b_ephemer = false;
     p_spu->b_absolute = false;
-    p_spu->b_pausable = true;
 
     //msg_Dbg( p_dec, "BS %lf..%lf", p_spu->i_start * 0.000001, p_spu->i_stop * 0.000001);
     p_sys->pf_push_packet( p_sys->p_instance,