Search found 1 match
- Sun Jun 08, 2025 7:22 pm
- Forum: MakeMKV for Linux
- Topic: Compile error with new ffmpeg
- Replies: 3
- Views: 6056
Re: Compile error with new ffmpeg
I was experiencing libc/pthread segfaults originating in ffm_mlp_read_syncframe which is part of the patch. It compiles cleanly, but looking harder at avcodec_free_context, it takes a pointer to a pointer. Amending the patch to... --- ffabi.c 2025-04-05 10:13:02.000000000 -0700 +++ ffabi.c 2025-05-1...