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:
Andreas Rheinhardt
2024-02-10 17:31:13 +01:00
parent db98b0e04e
commit a272c9cffa
10 changed files with 132 additions and 154 deletions
+1
View File
@@ -29,6 +29,7 @@
#include "libavutil/opt.h"
#include "avfilter.h"
#include "avfilter_internal.h"
#include "internal.h"
#define WHITESPACES " \n\t\r"