mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01: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:
@@ -37,6 +37,7 @@
|
||||
#include "libavutil/mem.h"
|
||||
#include "libavutil/opt.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
#include "video.h"
|
||||
|
||||
Reference in New Issue
Block a user