File tree Expand file tree Collapse file tree
.github/actions/setup-linux Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ inputs:
2020 description : " Extra cache key to use in the cache name. Useful when several caches are used in one workflow."
2121 default : " "
2222 gcc-version :
23- description : " Can be empty, in which case CC and CXX are not overriden "
23+ description : " Can be empty, in which case CC and CXX are not overridden "
2424 default : " "
2525 gtest :
2626 description : " Can take the values: OFF, LOCAL, SYSTEM"
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ pushd ${TMP_DIR}
5353 " ${AVIFGAINMAPUTIL} " tonemap " ${INPUT_AVIF_GAINMAP_SDR} " " ${PNG_OUTPUT} " --headroom 0 --clli 400,500
5454 " ${ARE_IMAGES_EQUAL} " " ${PNG_OUTPUT} " " ${INPUT_JPEG_GAINMAP_SDR} " 0 40
5555
56- # Test combine with overriden cicp values. Matrix coefficient 0 (identity) makes it obvious if there is an issue.
56+ # Test combine with overridden cicp values. Matrix coefficient 0 (identity) makes it obvious if there is an issue.
5757 " ${AVIFGAINMAPUTIL} " combine " ${INPUT_JPEG_GAINMAP_SDR} " " ${INPUT_AVIF_HDR2020} " " ${AVIF_OUTPUT} " \
5858 -q 100 --qgain-map 100 --cicp-base 1/13/0 --ignore-profile
5959 # Tone map to SDR and compare with original SDR.
You can’t perform that action at this time.
0 commit comments