]> git.sesse.net Git - vlc/commit
Select subtitle stream from the mkv container automatically
authorBernie Purcell <bitmap@videolan.org>
Mon, 10 Sep 2007 01:53:28 +0000 (01:53 +0000)
committerBernie Purcell <bitmap@videolan.org>
Mon, 10 Sep 2007 01:53:28 +0000 (01:53 +0000)
commit1f0742025c2fbfd1cbeb94f0728bdcf155091498
tree39c311d0979402787fe790da61c9e4fdd4b0e3e5
parent8b0e6890b6d468d83d29d907954826801abdea83
Select subtitle stream from the mkv container automatically
if it has a DEFAULT flag on it. User overrides for
preferred language should continue to take precedence.
The current versions of MKVToolnix correctly support DEFAULT
track tag but some older versions don't. If you want to have
subtitle streams in your mkv file, but not have them activate
by default, try remuxing any files causing you trouble, with
the current version of MKVToolnix, and turning the DEFAULT
track flag option to NO for all subtitles streams.
MKVToolnix is available from http://www.bunkus.org/videotools/mkvtoolnix/
include/vlc_es_out.h
modules/demux/mkv.cpp
src/input/es_out.c