diff options
author | John Stebbins <[email protected]> | 2019-05-31 08:06:38 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-05-31 08:08:56 -0700 |
commit | 51db96b48206a4316297feec99dc5584beee47af (patch) | |
tree | feaafe9849775674433135fc96e7b09f13970956 | |
parent | 6c4e48899dc37af843b659ba9c29a43fa5cc0b68 (diff) |
CLI: Don't ignore PictureKeepRatio preset key
Fixes https://forum.handbrake.fr/viewtopic.php?f=10&t=39075
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |