]> git.sesse.net Git - vlc/blobdiff - modules/codec/subtitles/subsdec.c
Removed b_pausable flag in favour of b_subtitle.
[vlc] / modules / codec / subtitles / subsdec.c
index 724b783b10b1176c5a3f6fb6c7301cdde13f2238..2417e674216f952ffc93869ca9483d7442944406 100644 (file)
@@ -407,8 +407,6 @@ static subpicture_t *ParseText( decoder_t *p_dec, block_t *p_block )
         return NULL;
     }
 
-    p_spu->b_pausable = true;
-
     /* Create a new subpicture region */
     memset( &fmt, 0, sizeof(video_format_t) );
     fmt.i_chroma = VLC_FOURCC('T','E','X','T');