]> git.sesse.net Git - vlc/blobdiff - modules/codec/subsdec.c
subpicture_t now has a b_pausable attribute. When set to VLC_TRUE (default value...
[vlc] / modules / codec / subsdec.c
index 2d7a8b52f5723ea33a3b41fec14eea6832f0e080..ee5ef448082e4c8b516dc39ea05996c45822140c 100644 (file)
@@ -381,6 +381,8 @@ static subpicture_t *ParseText( decoder_t *p_dec, block_t *p_block )
         return NULL;
     }
 
+    p_spu->b_pausable = VLC_TRUE;
+
     /* Create a new subpicture region */
     memset( &fmt, 0, sizeof(video_format_t) );
     fmt.i_chroma = VLC_FOURCC('T','E','X','T');