summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorRudolf Polzer <divVerent@xonotic.org>2013-11-02 11:57:25 +0100
committerAnton Khirnov <anton@khirnov.net>2013-11-02 21:16:29 +0100
commit3a14b160bd442794c6a16a6a883adb547550e847 (patch)
treee33243799e69e79eb14bc3dd7ef785e6bf09abac /Changelog
parent34a0ac41a880039c7fb4b3abce10d8e2ce48fac7 (diff)
vf_scale: make the dar variable return the DAR.
Before, it just returned width/height. Correct is width/height*sar. That way it is consistent with DAR as in probe output and setdar. Signed-off-by: Rudolf Polzer <divverent@xonotic.org> Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 540aa08dba..74ef59f756 100644
--- a/Changelog
+++ b/Changelog
@@ -46,6 +46,7 @@ version 10:
- remove avplay -vismv option, which has not worked for a long time
- Live HDS muxer
- setsar/setdar filters now support variables in ratio expressions
+- dar variable in the scale filter now returns the actual DAR (i.e. a * sar)
version 9: