Skip to content

Commit

Permalink
Remove experimental comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Aug 28, 2024
1 parent f718556 commit 4010518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ option(BUILD_SHARED_LIBS "Build shared avif library" ON)

option(AVIF_ENABLE_WERROR "Treat all compiler warnings as errors" OFF)

option(AVIF_ENABLE_YCGCO_R_ENCODING "Enable experimental YCgCo-R matrix code for encoding" OFF)
option(AVIF_ENABLE_YCGCO_R_ENCODING "Enable YCgCo-R matrix codes for encoding" OFF)
option(AVIF_ENABLE_EXPERIMENTAL_GAIN_MAP
"Enable experimental gain map code (for HDR images that look good both on HDR and SDR displays)" OFF
)
Expand Down

0 comments on commit 4010518

Please sign in to comment.