Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-24 21:35:49 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-26 17:30:54 +0300
commitc3ff71680805267bc8f3fff86c1cf917f810c0d9 (patch)
tree9da5f2cabfa041bf330eefd29ab7ad12ca1e4a5a /libavcodec/h264_cabac.c
parentc793e05381090b1624e9b81f4a26da3214177afd (diff)
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_cabac.c')
-rw-r--r--libavcodec/h264_cabac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264_cabac.c b/libavcodec/h264_cabac.c
index 884d392022..703b27aa96 100644
--- a/libavcodec/h264_cabac.c
+++ b/libavcodec/h264_cabac.c
@@ -34,7 +34,6 @@
#include "config.h"
#include "cabac.h"
#include "cabac_functions.h"
-#include "internal.h"
#include "h264dec.h"
#include "h264data.h"
#include "h264_mvpred.h"