ffmpeg_6: cherry-pick patch to fix VLC segfault

This commit is contained in:
Joel Höner 2024-02-12 22:46:26 +01:00
parent f8b948b871
commit 1b96455bea

View File

@ -1,4 +1,11 @@
import ./generic.nix {
version = "6.1";
hash = "sha256-NzhD2D16bCVCyCXo0TRwZYp3Ta5eFSfoQPa+iRkeNZg=";
extraPatches = [
{
name = "avcodec-decode-validate-hw-frames-ctx.patch";
url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/e9c93009fc34ca9dfcf0c6f2ed90ef1df298abf7";
hash = "sha256-aE9WN7a2INbss7oRys+AC9d9+yBzlJdeBRcwSDpG0Qw=";
}
];
}