summaryrefslogtreecommitdiff
path: root/libavformat/h264dec.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-04 15:17:19 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-08 06:16:26 +0100
commit27f22f33834c521a153842fcc0f614360901f2b7 (patch)
tree83537838c3982fe3ab12c8fa6373cf761b148207 /libavformat/h264dec.c
parent115ac90ec99af35838f65fc5b8f1b27e2ca4ab37 (diff)
downloadffmpeg-27f22f33834c521a153842fcc0f614360901f2b7.tar.gz
all: Remove unnecessary libavcodec/internal.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/h264dec.c')
-rw-r--r--libavformat/h264dec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/h264dec.c b/libavformat/h264dec.c
index 199e87fbfa..ac804c0192 100644
--- a/libavformat/h264dec.c
+++ b/libavformat/h264dec.c
@@ -23,7 +23,6 @@
#include "libavcodec/golomb.h"
#include "avformat.h"
#include "rawdec.h"
-#include "libavcodec/internal.h"
#define MAX_SPS_COUNT 32
#define MAX_PPS_COUNT 256