Skip to content

Commit

Permalink
CLI: Don't ignore PictureKeepRatio preset key
Browse files Browse the repository at this point in the history
  • Loading branch information
jstebbins committed May 31, 2019
1 parent 6c4e488 commit 51db96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 51db96b

Please sign in to comment.