diff options
author | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-04-04 04:27:09 +0000 |
---|---|---|
committer | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-04-04 04:27:09 +0000 |
commit | b901ebc9a0ecc84a5c1c866b21b0fa95a495173c (patch) | |
tree | aaf049e63fd1cf58d7641aae6cbae3594f21f9f4 /etc | |
parent | a9d4cebae0fb44f99201cc3455a72cabecdbdb23 (diff) | |
download | mpv-b901ebc9a0ecc84a5c1c866b21b0fa95a495173c.tar.bz2 mpv-b901ebc9a0ecc84a5c1c866b21b0fa95a495173c.tar.xz |
make = and + both adjust audio delay, useful for keyboards without keypads
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29137 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/input.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/input.conf b/etc/input.conf index 32fbbb5e98..6e11b40c76 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -20,6 +20,7 @@ PGDWN seek -600 m mute # switch_audio # switch audio streams + audio_delay 0.100 += audio_delay 0.100 - audio_delay -0.100 [ speed_mult 0.9091 # scale playback speed ] speed_mult 1.1 |