From 3a14b160bd442794c6a16a6a883adb547550e847 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 2 Nov 2013 11:57:25 +0100 Subject: 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 Signed-off-by: Anton Khirnov --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') 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: -- cgit v1.2.3