From 9eef41dec15580623cfa62909221fbc1fbf41706 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 23 Sep 2016 21:24:50 +0200 Subject: player: do not let pseudo-gui override user config settings Seems like this confused users quite often. Instead of --profile=pseudo-gui, --player-operation-mode=pseudo-gui now has to be used to invoke pseudo GUI mode. The old way still works, and still behaves in the old way. --- libmpv/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libmpv/client.h') diff --git a/libmpv/client.h b/libmpv/client.h index c5847bc3db..ca7ed9f552 100644 --- a/libmpv/client.h +++ b/libmpv/client.h @@ -426,6 +426,7 @@ mpv_handle *mpv_create(void); * - input-conf * - load-scripts * - script + * - player-operation-mode * - priority (win32) * - input-app-events (OSX) * - all encoding mode options -- cgit v1.2.3