1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00

avfilter/internal: Don't include framepool.h, thread.h

They are not used by the header at all and only used by very few files;
so include the headers in their users instead of in internal.h.

Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2021-08-02 01:37:51 +02:00
parent e0b84d1069
commit 6e66e2c321
4 changed files with 3 additions and 2 deletions

View File

@ -25,6 +25,7 @@
#include "audio.h"
#include "avfilter.h"
#include "framepool.h"
#include "internal.h"
#define BUFFER_ALIGN 0

View File

@ -41,6 +41,7 @@
#include "avfilter.h"
#include "filters.h"
#include "formats.h"
#include "framepool.h"
#include "internal.h"
#include "libavutil/ffversion.h"

View File

@ -27,9 +27,7 @@
#include "libavutil/internal.h"
#include "avfilter.h"
#include "formats.h"
#include "framepool.h"
#include "framequeue.h"
#include "thread.h"
#include "version.h"
#include "video.h"
#include "libavcodec/avcodec.h"

View File

@ -28,6 +28,7 @@
#include "libavutil/imgutils.h"
#include "avfilter.h"
#include "framepool.h"
#include "internal.h"
#include "video.h"