From 6b667999caf081c61769683c35033ef6e3809428 Mon Sep 17 00:00:00 2001
From: Vincent Rabaud <vrabaud@google.com>
Date: Mon, 8 Jan 2024 09:58:48 +0100
Subject: [PATCH] Bump rav1e to 0.7.0

---
 CHANGELOG.md          | 1 +
 ext/rav1e.cmd         | 2 +-
 tests/docker/build.sh | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1cbb18c48a..5bc424b50f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -50,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 * Update aom.cmd: v3.8.0
 * Update dav1d.cmd: 1.3.0
 * Update libgav1.cmd: v0.19.0
+* Update rav1e.cmd: v0.7.0
 * Update svt.cmd/svt.sh: v1.7.0
 * Update zlibpng.cmd: zlib 1.3 and libpng 1.6.40
 * AVIF sequences encoded by libavif will now also have the "avio" brand when
diff --git a/ext/rav1e.cmd b/ext/rav1e.cmd
index eaaeb803eb..7052c7d0e4 100755
--- a/ext/rav1e.cmd
+++ b/ext/rav1e.cmd
@@ -10,7 +10,7 @@
 : #
 : # On a successful local build, rav1e/build.libavif/ should contain the necessary headers and static library.
 
-git clone -b v0.6.6 --depth 1 https://github.com/xiph/rav1e.git
+git clone -b v0.7.0 --depth 1 https://github.com/xiph/rav1e.git
 
 cd rav1e
 cargo install --locked cargo-c
diff --git a/tests/docker/build.sh b/tests/docker/build.sh
index a293190cad..6e518023cd 100644
--- a/tests/docker/build.sh
+++ b/tests/docker/build.sh
@@ -53,7 +53,7 @@ ninja install
 
 # rav1e
 cd
-git clone -b v0.6.6 --depth 1 https://github.com/xiph/rav1e.git
+git clone -b v0.7.0 --depth 1 https://github.com/xiph/rav1e.git
 cd rav1e
 cargo cinstall --prefix=/usr --release