From 51db96b48206a4316297feec99dc5584beee47af Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Fri, 31 May 2019 08:06:38 -0700 Subject: CLI: Don't ignore PictureKeepRatio preset key Fixes https://forum.handbrake.fr/viewtopic.php?f=10&t=39075 --- test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test.c b/test/test.c index 9f82d3bee..443ca3c2e 100644 --- a/test/test.c +++ b/test/test.c @@ -160,7 +160,7 @@ static int modulus = 0; static int par_height = -1; static int par_width = -1; static int display_width = -1; -static int keep_display_aspect = 0; +static int keep_display_aspect = -1; static int itu_par = -1; static int angle = 0; static int chapter_start = 0; -- cgit v1.2.3