mpv/player
wm4 b6d79deebb player: do not destroy VO immediately if there is no video track
Commit f1d161d55f accidentally added the handle_force_window() call if
no track is selected.

This was OK, but breaks something like "mpv *", where some files are not
playable (like subtitle files) - the unplayable files would remove and
recreate the VO window, which is annoying.

Just drop the call again.
2017-08-14 12:19:54 +02:00
..
javascript
lua ytdl_hook: support fragments with relative paths 2017-08-06 13:27:53 +01:00
audio.c player: fix another audio resync issue 2017-08-12 23:35:12 +02:00
client.c
client.h
command.c player: make --lavfi-complex changeable at runtime 2017-08-12 23:10:40 +02:00
command.h
configfiles.c player: change default section when loading encoding-profiles.conf 2017-07-12 13:11:14 +02:00
core.h player: make --lavfi-complex changeable at runtime 2017-08-12 23:10:40 +02:00
external_files.c player: readd smi subtitle extension 2017-08-08 11:37:04 +02:00
external_files.h
javascript.c js: utils.getenv(): fix crash on undefined var 2017-07-06 18:11:24 +03:00
lavfi.c player: make --lavfi-complex changeable at runtime 2017-08-12 23:10:40 +02:00
lavfi.h player: make --lavfi-complex changeable at runtime 2017-08-12 23:10:40 +02:00
loadfile.c player: add --track-auto-selection option 2017-08-12 23:44:47 +02:00
lua.c
main.c
misc.c
osd.c
playloop.c player: make --lavfi-complex changeable at runtime 2017-08-12 23:10:40 +02:00
screenshot.c
screenshot.h
scripting.c scripting: add wrapper to load scripts with user paths 2017-06-30 15:03:10 +01:00
sub.c
video.c player: do not destroy VO immediately if there is no video track 2017-08-14 12:19:54 +02:00