diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-08-02 01:37:51 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-08-04 03:03:25 +0200 |
commit | 6e66e2c321b3247b81b6f8a0540d20958f570b6d (patch) | |
tree | fe89e159319e3d481c868bc556cc507ce349513b /libavfilter/internal.h | |
parent | e0b84d10696c818e4c7bdc3314ba14cc3cedde29 (diff) | |
download | ffmpeg-6e66e2c321b3247b81b6f8a0540d20958f570b6d.tar.gz |
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>
Diffstat (limited to 'libavfilter/internal.h')
-rw-r--r-- | libavfilter/internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/internal.h b/libavfilter/internal.h index 1bcfb830a1..a1adb8a8fe 100644 --- a/libavfilter/internal.h +++ b/libavfilter/internal.h @@ -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" |