Skip to content

Commit

Permalink
aom: add missing query for boolean 'auto-tiles' parameter (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Nov 27, 2024
1 parent 05fa94b commit 57d6f0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libheif/plugins/encoder_aom.cc
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,7 @@ struct heif_error aom_get_parameter_boolean(void* encoder_raw, const char* name,

get_value(kParam_realtime, realtime_mode);
get_value(kParam_lossless_alpha, lossless_alpha);
get_value(kParam_auto_tiles, auto_tiles);
get_value(kParam_enable_intra_block_copy, enable_intra_block_copy);

return heif_error_unsupported_parameter;
Expand Down

0 comments on commit 57d6f0a

Please sign in to comment.