summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.24/mythplugins/mythburn.py.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2012-01-04 20:30:55 (GMT)
committerBritney Fransen <brfransen@gmail.com>2012-01-04 20:30:55 (GMT)
commit9615d3ade53f12653f37a74b2e8231d32d230164 (patch)
tree0257f1124b3c9d209bc8a5027d6c16f3e174aa27 /abs/core/mythtv/stable-0.24/mythplugins/mythburn.py.patch
parent4ad00752c53d7f544ec2b03b9acc7b86704270fb (diff)
downloadlinhes_pkgbuild-9615d3ade53f12653f37a74b2e8231d32d230164.zip
linhes_pkgbuild-9615d3ade53f12653f37a74b2e8231d32d230164.tar.gz
linhes_pkgbuild-9615d3ade53f12653f37a74b2e8231d32d230164.tar.bz2
mythplugins: mythburn.py: change croppixels calculation
Change dep fftw to fftw2 for mythmusic
Diffstat (limited to 'abs/core/mythtv/stable-0.24/mythplugins/mythburn.py.patch')
-rw-r--r--abs/core/mythtv/stable-0.24/mythplugins/mythburn.py.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/mythtv/stable-0.24/mythplugins/mythburn.py.patch b/abs/core/mythtv/stable-0.24/mythplugins/mythburn.py.patch
index 770119a..abac7df 100644
--- a/abs/core/mythtv/stable-0.24/mythplugins/mythburn.py.patch
+++ b/abs/core/mythtv/stable-0.24/mythplugins/mythburn.py.patch
@@ -161,7 +161,7 @@
+ else:
+ videoheight = 576
+
-+ croppixels = videoheight - int(videores.split("x")[1])
++ croppixels = videoheight - (720 / float(videoAR))
+ write("CropPixels Total: %s" % croppixels)
+ value = "720x%d -vf pad=720:%d:0:%d:black" % (videoheight - croppixels, videoheight, croppixels / 2)