ffmpeg_4: add patch for svt-av1 1.5.0 compatibility

This commit is contained in:
Robert Scott 2023-05-01 13:07:49 +01:00
parent e03a6c1c1d
commit 32f663d5f5

View file

@ -1,4 +1,11 @@
import ./generic.nix rec {
version = "4.4.3";
sha256 = "sha256-zZDzG1hD+0AHqElzeGR6OVm+H5wqtdktloSPmEUzT/c=";
extraPatches = [
{
name = "libsvtav1-1.5.0-compat-compressed_ten_bit_format.patch";
url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/031f1561cd286596cdb374da32f8aa816ce3b135";
hash = "sha256-mSnmAkoNikDpxcN+A/hpB7mUbbtcMvm4tG6gZFuroe8=";
}
];
}