]> git.sesse.net Git - vlc/blobdiff - modules/codec/spudec/parse.c
Removed b_pausable flag in favour of b_subtitle.
[vlc] / modules / codec / spudec / parse.c
index de175a3e74831ec8f9d95e366daf6bebdfeb1eb1..5bfe1a7b751fccb0c9532798552f754c52803ca0 100644 (file)
@@ -76,8 +76,6 @@ subpicture_t * ParsePacket( decoder_t *p_dec )
     p_spu = p_dec->pf_spu_buffer_new( p_dec );
     if( !p_spu ) return NULL;
 
-    p_spu->b_pausable = true;
-
     /* Rationale for the "p_spudec->i_rle_size * 4": we are going to
      * expand the RLE stuff so that we won't need to read nibbles later
      * on. This will speed things up a lot. Plus, we'll only need to do