[FFmpeg-devel] [PATCH v3] avformat/avisynth: fix segfault when also compiled with libvmaf

Stephen Hutchinson qyot27 at gmail.com
Mon Jul 28 05:22:29 EEST 2025


On 7/27/25 9:38 PM, Stephen Hutchinson wrote:
> As a stopgap, yeah, this is probably the cleanest solution.
> It does need to be resolved upstream, though at least on the
> AviSynth+ side, I don't know how/if the reason this hadn't
> already been done was because it would have broken existing
> plugin compatibility.  Still worth looking at, though.

At least on first blush, a rename to AvsCache¹ doesn't seem
to have broken ImageSeq or FFMS2, but that's not to say other
plugins don't do stupid things.

Naming will need to be checked for things that are too generic,
but this seems to fix the immediate case without having to
change FFmpeg's dlopen invocation.

¹https://github.com/AviSynth/AviSynthPlus/pull/452


More information about the ffmpeg-devel mailing list