diff --git a/src/Misc/CorePlayer.cs b/src/Misc/CorePlayer.cs index 7b0c32c..1ed85db 100644 --- a/src/Misc/CorePlayer.cs +++ b/src/Misc/CorePlayer.cs @@ -148,8 +148,6 @@ namespace mpvnet SetPropertyString("config-dir", ConfigFolder); SetPropertyString("config", "yes"); - SetPropertyInt("input-ar-delay", 500); - SetPropertyInt("input-ar-rate", 20); SetPropertyInt("osd-duration", 2000); SetPropertyBool("keep-open", true); diff --git a/src/Resources/input.conf.txt b/src/Resources/input.conf.txt index 33f0ae7..ff9180a 100644 --- a/src/Resources/input.conf.txt +++ b/src/Resources/input.conf.txt @@ -3,9 +3,6 @@ # A input and config editor can be found in the context menu under 'Settings'. -# The mpv.conf defaults of mpv.net contain input-default-bindings=yes and -# input-builtin-bindings=no which disables the input defaults of mpv. - # The input test mode can be started via command line: --input-test # The input key list can be printed with --input-keylist or