You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +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:
@@ -27,6 +27,8 @@
|
||||
#include "libavutil/avassert.h"
|
||||
#include "libavutil/mem.h"
|
||||
#include "libavutil/opt.h"
|
||||
|
||||
#include "libavfilter/filters.h"
|
||||
#include "libavfilter/internal.h"
|
||||
|
||||
extern const DNNModule ff_dnn_backend_openvino;
|
||||
|
Reference in New Issue
Block a user