Skip to content

Commit

Permalink
Change define output_bit_depth
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamaika1 authored Nov 25, 2024
1 parent 5bccf49 commit 98a5cc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/heif_enc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,11 @@ int main(int argc, char** argv)
int logging_level = 0;
bool option_show_parameters = false;
int thumbnail_bbox_size = 0;
#if (UVG_BIT_DEPTH == 10) || (KVZ_BIT_DEPTH == 10) || HAVE_VVENC
int output_bit_depth = 10;
#else
int output_bit_depth = 8;
#endif
bool force_enc_av1f = false;
bool force_enc_vvc = false;
bool force_enc_uncompressed = false;
Expand Down

0 comments on commit 98a5cc3

Please sign in to comment.