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 Feb 26, 2021
1 parent 9e8030c commit 3c63804
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 @@ -126,7 +126,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 3c63804

Please sign in to comment.