summaryrefslogtreecommitdiffstats
path: root/TOOLS/lua
diff options
context:
space:
mode:
authorMichael Vetter <g.bluehut@gmail.com>2015-05-15 10:34:39 +0200
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-05-15 19:16:47 +0900
commit6eab622e7b89a9aac8885e942b25f55a7035b118 (patch)
treea3ca7935c86940614a1610c57401d78037c5c6d7 /TOOLS/lua
parent6a5f3c39282f606217155459bb251adec003803e (diff)
downloadmpv-6eab622e7b89a9aac8885e942b25f55a7035b118.tar.bz2
mpv-6eab622e7b89a9aac8885e942b25f55a7035b118.tar.xz
Remove trailing whitespaces
(cherry picked from commit 9251fa125f6ebc0f485c93af1809efb7b6da19bd)
Diffstat (limited to 'TOOLS/lua')
-rw-r--r--TOOLS/lua/autodeint.lua2
-rw-r--r--TOOLS/lua/drc-control.lua4
2 files changed, 3 insertions, 3 deletions
diff --git a/TOOLS/lua/autodeint.lua b/TOOLS/lua/autodeint.lua
index 395ac6b3c2..80767f2799 100644
--- a/TOOLS/lua/autodeint.lua
+++ b/TOOLS/lua/autodeint.lua
@@ -102,7 +102,7 @@ function judge()
mp.msg.verbose("progressive = "..num_progressive)
mp.msg.verbose("interlaced-tff = "..num_tff)
- mp.msg.verbose("interlaced-bff = "..num_bff)
+ mp.msg.verbose("interlaced-bff = "..num_bff)
mp.msg.verbose("undetermined = "..num_undetermined)
if num_determined < num_undetermined then
diff --git a/TOOLS/lua/drc-control.lua b/TOOLS/lua/drc-control.lua
index 1771d099a1..83cdb9c935 100644
--- a/TOOLS/lua/drc-control.lua
+++ b/TOOLS/lua/drc-control.lua
@@ -4,7 +4,7 @@
-- parameters. See the entry for "drc" under the "AUDIO FILTERS"
-- section of the man page for a complete description of the filter.
--
--- This script registers the key-binding "\" to toggle the filter between
+-- This script registers the key-binding "\" to toggle the filter between
--
-- * off
-- * method=1 (single-sample smoothing)
@@ -92,7 +92,7 @@ function drc_quieter_handler()
drc_scale_target(0.5)
end
--- toggle between off, method 1 and method 2
+-- toggle between off, method 1 and method 2
mp.add_key_binding("\\", "drc_toggle_method", drc_toggle_method_handler)
-- increase or decrease target volume
mp.add_key_binding("ctrl+9", "drc_quieter", drc_quieter_handler)