summarylogtreecommitdiffstats
path: root/mfe.patch
diff options
context:
space:
mode:
authorJohn ShaggyTwoDope Jenkins2015-08-08 16:16:22 -0700
committerJohn ShaggyTwoDope Jenkins2015-08-08 16:16:22 -0700
commit9897e7adf66a8222c85da7042dca4081d80ad1ce (patch)
tree4537e34fe2ade91841f321289c1b683b05cee73f /mfe.patch
downloadaur-9897e7adf66a8222c85da7042dca4081d80ad1ce.tar.gz
init
Diffstat (limited to 'mfe.patch')
-rw-r--r--mfe.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/mfe.patch b/mfe.patch
new file mode 100644
index 000000000000..ee4a6e3e3628
--- /dev/null
+++ b/mfe.patch
@@ -0,0 +1,19 @@
+--- ./mfe-0.1.7/mfe/mfe.py 2011-08-01 09:38:48.000000000 +0200
++++ ./mfe.py 2013-03-10 12:38:25.000000000 +0100
+@@ -450,13 +450,13 @@
+ options.append("-%s.videoip" % prefix)
+ options.append(str(int(self.config["interpolate"])))
+
+- options.append("-%s.vblur" % prefix)
++ options.append("-%s.tblur" % prefix)
+ options.append(str(int(self.config["vblur"])))
+ if self.config["vblur"]:
+- options.append("-%s.vblur.accum" % prefix)
++ options.append("-%s.tblur.accum" % prefix)
+ options.append(str(int(self.config["accumulate"])))
+ if self.config["accumulate"]:
+- options.append("-%s.vblur.accum.amount" % prefix)
++ options.append("-%s.tblur.accum.amount" % prefix)
+ options.append(str(self.config["amount"]))
+
+ options.append("-%s.scanlines" % prefix)