diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-24 19:35:49 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-26 15:30:54 +0100 |
commit | c3ff71680805267bc8f3fff86c1cf917f810c0d9 (patch) | |
tree | 9da5f2cabfa041bf330eefd29ab7ad12ca1e4a5a /libavcodec/h264_loopfilter.c | |
parent | c793e05381090b1624e9b81f4a26da3214177afd (diff) | |
download | ffmpeg-c3ff71680805267bc8f3fff86c1cf917f810c0d9.tar.gz |
avcodec/h264_*: Remove unnecessary internal.h inclusions
Also remove some other unnecessary headers while at it.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/h264_loopfilter.c')
-rw-r--r-- | libavcodec/h264_loopfilter.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/h264_loopfilter.c b/libavcodec/h264_loopfilter.c index 558ec6c02d..2440cfa831 100644 --- a/libavcodec/h264_loopfilter.c +++ b/libavcodec/h264_loopfilter.c @@ -28,13 +28,10 @@ #include "libavutil/internal.h" #include "libavutil/intreadwrite.h" #include "libavutil/mem_internal.h" -#include "internal.h" #include "avcodec.h" #include "h264dec.h" #include "h264_ps.h" -#include "mathops.h" #include "mpegutils.h" -#include "rectangle.h" /* Deblocking filter (p153) */ static const uint8_t alpha_table[52*3] = { |