Skip to content

Commit

Permalink
Change speed integer maximum
Browse files Browse the repository at this point in the history
AOM 2.1.0-rc1
  • Loading branch information
Jamaika1 authored and 1div0 committed May 14, 2021
1 parent ea8a14a commit 72e6542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libheif/heif_encoder_aom.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static void aom_init_parameters()
p->has_default = true;
p->integer.have_minimum_maximum = true;
p->integer.minimum = 0;
p->integer.maximum = 8;
p->integer.maximum = 9;
p->integer.valid_values = NULL;
p->integer.num_valid_values = 0;
d[i++] = p++;
Expand Down

0 comments on commit 72e6542

Please sign in to comment.