You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-09 00:37:18 +02:00
972c0cf91f
This allows constraining the set of available backends. This serves as a better replacement for the "unstable" flag, which is a bit ambiguous. Allows users to, for example, opt into the memcpy or x86 backend, while excluding e.g. the upcoming JIT backends. Signed-off-by: Niklas Haas <git@haasn.dev>