Files
mpv/player
wm4 78f0cb9281 command: sub_add with "auto" should not always select a subtitle track
Running "sub_add file.srt auto" during hook execution automatically
selected the first added track. This happened because all tracks added
with sub_add are marked as "external", and external subtitles are always
selected by default.

Fix this by negating the "external" flag when autoselecting subtitles
during loading. The no_default flag exists for this purpose; it was
probably added for libquvi originally, where we had the same issue.
2014-11-27 18:57:18 +01:00
..
2014-11-02 17:29:41 +01:00
2014-11-23 15:13:35 +01:00
2014-11-18 20:28:54 +01:00
2014-11-24 10:33:55 +01:00
2014-11-18 20:28:54 +01:00
2014-11-10 18:11:33 +01:00
2013-12-17 00:53:22 +01:00
2014-11-19 18:59:38 +01:00
2014-11-21 05:18:09 +01:00