You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-04-29 12:54:10 +02:00
fe2691b3bb
Saves a pointless free/alloc cycle on reinit. For the vast majority of filter links, this going to be allocated anyway; and on the occasions that it's not, the waste is marginal. Signed-off-by: Niklas Haas <git@haasn.dev>