1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

lavfi/internal: move functions used by filters to filters.h

internal.h currently mixes interfaces intended to be used by filters
with those that should be limited to generic filter- or graph-level
code.
This commit is contained in:
Anton Khirnov
2024-08-12 15:29:00 +02:00
parent d8fb44c0aa
commit 1afe42852b
228 changed files with 535 additions and 294 deletions

View File

@@ -22,6 +22,7 @@
#include "libavutil/opt.h"
#include "avfilter.h"
#include "audio.h"
#include "filters.h"
typedef struct CrystalizerContext {
const AVClass *class;