summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2013-10-30 10:36:06 +0100
committerwm4 <wm4@nowhere>2013-11-02 19:05:24 +0100
commit673919df7d4682f50e9d83dee2525a465ac65a93 (patch)
tree7d2fd815d33a939dc115435d9f42aef915c39b75
parentd2fc1534c885a55f669fa16fa7f1d96dfa15df28 (diff)
downloadmpv-673919df7d4682f50e9d83dee2525a465ac65a93.tar.bz2
mpv-673919df7d4682f50e9d83dee2525a465ac65a93.tar.xz
Fix style of the HP Slate 7 vf-add line.
-rw-r--r--etc/encoding-example-profiles.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/encoding-example-profiles.conf b/etc/encoding-example-profiles.conf
index 3ab38e2d12..9e2dd280b3 100644
--- a/etc/encoding-example-profiles.conf
+++ b/etc/encoding-example-profiles.conf
@@ -212,7 +212,7 @@ profile = enc-f-mp4
omaxfps = 30
ovcopts-add = profile=high
# DW = 1024, DH = 600, DAR = 97:54 (=> SAR = 2425:2304)
-vf-add = lavfi=graph="scale=2*floor(0.5+0.5*min(1024*min(1\,dar*54/97)\,in_w*max(1\,sar*2304/2425))):2*floor(0.5+0.5*min(600*min(97/54/dar\,1)\,in_h*max(2425/2304/sar\,1))),setsar=1"
+vf-add = lavfi=graph="scale=floor(min(1024*min(1\,dar*54/97)\,in_w*max(1\,sar*2304/2425))/2+0.5)*2:floor(min(600*min(97/54/dar\,1)\,in_h*max(2425/2304/sar\,1))/2+0.5)*2,setsar=1"
# Advanced scaling for specific output devices - how it works:
# DW = display width (px) (1024)