diff options
author | wm4 <wm4@nowhere> | 2014-08-11 23:40:35 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-08-11 23:40:35 +0200 |
commit | 52f2f67553b52d7d4d111b925d043becfd8512aa (patch) | |
tree | 370ed7d2f61aad4cd255b35d095f2957730504ee /etc | |
parent | 3f353f1219ed76dcb1852cd20424db2893b31b53 (diff) | |
download | mpv-52f2f67553b52d7d4d111b925d043becfd8512aa.tar.bz2 mpv-52f2f67553b52d7d4d111b925d043becfd8512aa.tar.xz |
input.conf: add some bindings for changing audio-delay
Requested on: https://github.com/mpv-player/mpv/commit/90ec3334174e80c16f00971886223a3afabc1aca#commitcomment-7331673
Might remove or remap them again later.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/input.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/input.conf b/etc/input.conf index fd3982d97c..a6021790c9 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -82,6 +82,8 @@ #I show_text "${filename}" # display filename in osd #z add sub-delay -0.1 # subtract 100 ms delay from subs #x add sub-delay +0.1 # add +#ctrl++ add audio-delay 0.100 # this changes audio/video sync +#ctrl+- add audio-delay -0.100 #9 add volume -1 #/ add volume -1 #0 add volume 1 |