Skip to content

Commit

Permalink
Fix alt curve description
Browse files Browse the repository at this point in the history
  • Loading branch information
juliobbv committed Mar 1, 2024
1 parent d186ce1 commit c233913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/API/EbSvtAv1Enc.h
Original file line number Diff line number Diff line change
Expand Up @@ -950,8 +950,8 @@ typedef struct EbSvtAv1EncConfiguration {

/* @brief Enable the use of an alternative curve for variance boost
which emphasizes boosting low-medium contrast regions, at a modest bitrate increase over the regular curve
0: disable alt curve
1: enable alt curve (i.e. use regular curve)
0: disable alt curve (i.e. use regular curve)
1: enable alt curve
Default is 0 */
uint8_t enable_alt_curve;

Expand Down

0 comments on commit c233913

Please sign in to comment.