From 7d43b024d29b52df11daf55f245454c061a5a8dd Mon Sep 17 00:00:00 2001 From: zach Date: Sun, 9 Aug 2026 15:48:42 +0200 Subject: [PATCH] try updating ffmpeg --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca9aad2..e07a4a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ flate2 = "1" # Video decoding for WebM support (video only, no audio) # Requires system FFmpeg libraries (ffmpeg 5.x - 8.x supported) -ffmpeg-next = { version = "8.1", optional = true } +ffmpeg-next = { version = "9.0", optional = true } [features] default = ["webm"]