summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-01-29 13:34:15 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-01-30 03:10:27 -0800
commit196950e905dcbd1a7ac3fd4c6fde80d23587be29 (patch)
tree874bc8b159003a5ba833473a3b63a8c3954aa6ef
parent76e7e78ce989aad546310b9808cf7f96f23a281f (diff)
downloadmpv-196950e905dcbd1a7ac3fd4c6fde80d23587be29.tar.bz2
mpv-196950e905dcbd1a7ac3fd4c6fde80d23587be29.tar.xz
input.conf: use exact value for [ binding
This is supposed to undo the ] binding. This uses a value closer to the inverse. (Although it's not fully exact since the values are still stored as floating point instead as fractions.)
-rw-r--r--etc/input.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/input.conf b/etc/input.conf
index 130648cd50..d60e792808 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -58,7 +58,7 @@
#PGDWN add chapter -1 # skip to previous chapter
#Shift+PGUP seek 600
#Shift+PGDWN seek -600
-#[ multiply speed 0.9091 # scale playback speed
+#[ multiply speed 1/1.1 # scale playback speed
#] multiply speed 1.1
#{ multiply speed 0.5
#} multiply speed 2.0