summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2013-10-30 10:36:06 +0100
committerRudolf Polzer <divverent@xonotic.org>2013-10-30 10:36:06 +0100
commit7ac88cb05bba794955cbd380253c90d9e5d0af89 (patch)
tree82e53d27edd50865caa2b0175b652070dd37ab89 /etc
parentf19f4a36bcef8246db747242afe6062d71dc2f28 (diff)
downloadmpv-7ac88cb05bba794955cbd380253c90d9e5d0af89.tar.bz2
mpv-7ac88cb05bba794955cbd380253c90d9e5d0af89.tar.xz
Fix style of the HP Slate 7 vf-add line.
Diffstat (limited to 'etc')
-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)