1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00
mpv/player
wm4 e9841630ad command: allow changing some VO options even if VO wasn't created yet
Instead of refusing to set properties like "fullscreen" if no VO was
created, always allow it. So if no VO is created, setting the property
merely changes the options (and will be applied once the VO is created).
This is consistent with similar behavior changes to some other
properties.

Improves the behavior reported in #1676.

Also, we shouldn't check the config_ok variable - the VO should do this.
2015-03-11 12:10:04 +01:00
..
lua Lua: add unpack shim for Lua 5.2/5.3 compatibility. 2015-03-06 12:28:20 +01:00
audio.c audio: cut audio with spdif too on playback restart 2015-03-10 15:17:57 +01:00
client.c player, client API: refactor cplayer init, reduce client API differences 2015-03-05 11:22:15 +01:00
client.h
command.c command: allow changing some VO options even if VO wasn't created yet 2015-03-11 12:10:04 +01:00
command.h player: fix audio-device-list updates 2015-02-14 15:13:58 +01:00
configfiles.c sub: mess with styling defaults, change --ass-use-margins behavior 2015-02-16 20:04:29 +01:00
core.h player, client API: refactor cplayer init, reduce client API differences 2015-03-05 11:22:15 +01:00
discnav.c
loadfile.c player: refine rar:// playlist-safety handling 2015-03-02 19:09:36 +01:00
lua.c Lua: add mp.get_screen_margins(). 2015-03-01 13:08:39 +01:00
main_fn.c
main.c player: restore --dump-stats 2015-03-10 09:50:32 +01:00
misc.c player: cosmetics: async/non-blocking -> reentrant 2015-02-20 20:06:43 +01:00
osd.c
playloop.c player: use symbolic constant for seek precision 2015-03-04 17:31:36 +01:00
screenshot.c player: fix crash when taking screenshots in idle mode 2015-03-11 12:02:31 +01:00
screenshot.h
scripting.c
sub.c build: fix warnings with --disable-libass 2015-03-04 17:28:36 +01:00
video.c player: use symbolic constant for seek precision 2015-03-04 17:31:36 +01:00