Merge pull request #288398 from athre0z/fix-ffmpeg-segfault

ffmpeg_6: cherry-pick patch to fix VLC segfault
This commit is contained in:
Atemu 2024-02-16 11:11:57 +01:00 committed by GitHub
commit cc58770a4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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=";
}
];
}