summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-08-31 23:54:07 +0200
committerDudemanguy <random342@airmail.cc>2023-09-08 02:27:08 +0000
commit10708c13fbeb0b9a66790193bf15d51d6be4c68d (patch)
tree3c4d675b9c57c6fd703267f2f4063673f8d91bec /TOOLS
parentf4dd90aa906643a2b9d5a1c07107224eed914c75 (diff)
downloadmpv-10708c13fbeb0b9a66790193bf15d51d6be4c68d.tar.bz2
mpv-10708c13fbeb0b9a66790193bf15d51d6be4c68d.tar.xz
autocrop.lua: enable vo_crop mode by default
It is just better way of cropping things. Can be disabled with script-opts if needed.
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/lua/autocrop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/lua/autocrop.lua b/TOOLS/lua/autocrop.lua
index 57581cf7a5..8c3adfb0c7 100644
--- a/TOOLS/lua/autocrop.lua
+++ b/TOOLS/lua/autocrop.lua
@@ -72,7 +72,7 @@ local options = {
detect_min_ratio = 0.5,
detect_seconds = 1,
suppress_osd = false,
- use_vo_crop = false,
+ use_vo_crop = true,
}
read_options(options)