mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08: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:
@ -26,6 +26,7 @@
|
||||
#include "libavutil/internal.h"
|
||||
#include "libavutil/pixdesc.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
#include "video.h"
|
||||
|
||||
|
Reference in New Issue
Block a user