summarylogtreecommitdiffstats
path: root/mpv-options.patch
diff options
context:
space:
mode:
authorneeshy2021-01-16 17:54:37 -0500
committerneeshy2021-01-16 17:55:11 -0500
commit1dc7d986e9158f7a2c93313d251b42d3dc56a275 (patch)
treed3c0230601f00652b0ffd66c0f64c310f90ad1cd /mpv-options.patch
parent04145a62af2ab39940ccd3c29165caf9d136e3a7 (diff)
downloadaur-1dc7d986e9158f7a2c93313d251b42d3dc56a275.tar.gz
rename patches
Diffstat (limited to 'mpv-options.patch')
-rw-r--r--mpv-options.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/mpv-options.patch b/mpv-options.patch
new file mode 100644
index 000000000000..2cea0fbdef3c
--- /dev/null
+++ b/mpv-options.patch
@@ -0,0 +1,11 @@
+--- a/webm.py
++++ b/webm.py
+@@ -701,7 +701,7 @@
+
+ # --osc conflicts with crop area dragging.
+ # Possible to enable back with -po='--osc'
+- args = ['--msg-level', 'all=error', '--no-osc', '--script', luafile]
++ args = ['--msg-level=all=error', '--no-osc', '--script=' + luafile]
+ if options.po is not None:
+ args += shlex.split(options.po)
+ args += [options.infile]