X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Finput%2Fdecoder.c;h=db3927e042814de835a0ab5660f82ed18a36b037;hb=8def9bf218ea5b9dd8036a4139450985f5b61ad4;hp=48df78a5184c46a02cd93c92ba5e20a86edfc241;hpb=8be0e1aee47567a07985d8e2be78c6b4bff2589f;p=vlc diff --git a/src/input/decoder.c b/src/input/decoder.c index 48df78a518..db3927e042 100644 --- a/src/input/decoder.c +++ b/src/input/decoder.c @@ -1440,6 +1440,7 @@ static subpicture_t *spu_new_buffer( decoder_t *p_dec ) if( p_subpic ) { p_subpic->i_channel = p_sys->i_spu_channel; + p_subpic->b_subtitle = true; } vlc_object_release( p_vout );