summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.24/mythplugins/mythburn.py.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-01-17 16:57:12 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-01-17 16:57:12 (GMT)
commitd65974a2ec73e40e6dd1b25564719b336e4e6abb (patch)
treecfdcc13a12517becb6aa13618364ff705a6fc81d /abs/core/mythtv/stable-0.24/mythplugins/mythburn.py.patch
parent35ecc7e685dcd9c484c3ac1c398631f56e9d30f7 (diff)
downloadlinhes_pkgbuild-d65974a2ec73e40e6dd1b25564719b336e4e6abb.zip
linhes_pkgbuild-d65974a2ec73e40e6dd1b25564719b336e4e6abb.tar.gz
linhes_pkgbuild-d65974a2ec73e40e6dd1b25564719b336e4e6abb.tar.bz2
merge
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)