From 45f2051e2b6ab29795f9d6d1adfc49b45438990d Mon Sep 17 00:00:00 2001 From: Igor Samokhovets Date: Mon, 23 Mar 2026 16:45:45 +0100 Subject: [PATCH] Update rust-ffmpeg-sys to 63bb557 Point ffmpeg-sys-next at the refreshed platform binary archives so downstream builds pick up the AV1 encoder fix. Made-with: Cursor --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 536f44bc..b19583da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,6 +127,6 @@ version = "0.25" optional = true [dependencies.ffmpeg-sys-next] -rev = "872d1537be329a1d40fd9fd32a5d265e291ef094" +rev = "63bb5575abe2653ddc05c23f5b162b8ce9308d30" default-features = false git = "https://github.com/remotion-dev/rust-ffmpeg-sys"