summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.24/mythplugins/mythburn.py.patch
diff options
context:
space:
mode:
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)