diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4895e35e..17349e7545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ The changes are relative to the previous release, unless the baseline is specifi * Add --jobs flag to avifgainmaputil and enable auto tiling. * Use AOM_TUNE_IQ for layered image inter-frame encoding. * Update aom.cmd/LocalAom.cmake: v3.13.3 -* Update LocalAvm.cmake: research-v15.0.0-rc1 +* Update LocalAvm.cmake: research-v15.0.0 * Update svt.cmd/svt.sh/LocalSvt.cmake: v4.1.0 * Fix decoding layered image with multiple scaled alpha layers * avifenc: reject mismatched --depth for Y4M input diff --git a/cmake/Modules/LocalAvm.cmake b/cmake/Modules/LocalAvm.cmake index 5976d8fbac..e793a95da9 100644 --- a/cmake/Modules/LocalAvm.cmake +++ b/cmake/Modules/LocalAvm.cmake @@ -1,4 +1,4 @@ -set(AVIF_AVM_GIT_TAG research-v15.0.0-rc1) +set(AVIF_AVM_GIT_TAG research-v15.0.0) message(CHECK_START "libavif(AVIF_CODEC_AVM=LOCAL): fetching and configuring avm")