mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00: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:
parent
d8fb44c0aa
commit
1afe42852b
228 changed files with 535 additions and 294 deletions
|
|
@ -24,6 +24,7 @@
|
|||
#include "libavutil/imgutils.h"
|
||||
#include "libavutil/internal.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
#include "video.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue