Commit fb1e0eea authored by Denis Charmet's avatar Denis Charmet Committed by Jean-Baptiste Kempf

MKV: show forced subtitles even if they are not default

Close #8500
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 399c991f
......@@ -1094,7 +1094,7 @@ bool matroska_segment_c::Select( mtime_t i_start_time )
* either by an earlier 'default track' (??) or by default
* language choice behaviour.
*/
if( p_tk->b_default )
if( p_tk->b_default || p_tk->b_forced )
{
es_out_Control( sys.demuxer.out,
ES_OUT_SET_ES_DEFAULT,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment