avfilter/vf_blackdetect: add missing config.h include

For ARCH_X86.

Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
This commit is contained in:
Kacper Michajłow 2025-08-09 02:47:21 +02:00
parent b7a3c426ea
commit a6380c35d6

View file

@ -22,6 +22,8 @@
#include <stddef.h>
#include <stdint.h>
#include "config.h"
typedef unsigned (*ff_blackdetect_fn)(const uint8_t *src, ptrdiff_t stride,
ptrdiff_t width, ptrdiff_t height,
unsigned threshold);