mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
avfilter: Add a header for internal generic-layer APIs
This commit moves the generic-layer stuff (that is not used
by filters) to a new header of its own, similarly to
5e7b5b0090 for libavcodec.
thread.h and link_internal.h are merged into this header.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -34,12 +34,11 @@
|
||||
|
||||
|
||||
#include "avfilter.h"
|
||||
#include "avfilter_internal.h"
|
||||
#include "buffersink.h"
|
||||
#include "formats.h"
|
||||
#include "framequeue.h"
|
||||
#include "internal.h"
|
||||
#include "link_internal.h"
|
||||
#include "thread.h"
|
||||
|
||||
#define OFFSET(x) offsetof(AVFilterGraph, x)
|
||||
#define F AV_OPT_FLAG_FILTERING_PARAM
|
||||
|
||||
Reference in New Issue
Block a user