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-02-04 17:17:19 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-08 08:16:26 +0300
commit27f22f33834c521a153842fcc0f614360901f2b7 (patch)
tree83537838c3982fe3ab12c8fa6373cf761b148207 /libavcodec/h264_ps.c
parent115ac90ec99af35838f65fc5b8f1b27e2ca4ab37 (diff)
all: Remove unnecessary libavcodec/internal.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/h264_ps.c')
-rw-r--r--libavcodec/h264_ps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264_ps.c b/libavcodec/h264_ps.c
index 6927fa7198..051f06692c 100644
--- a/libavcodec/h264_ps.c
+++ b/libavcodec/h264_ps.c
@@ -28,7 +28,6 @@
#include <inttypes.h>
#include "libavutil/imgutils.h"
-#include "internal.h"
#include "mathops.h"
#include "avcodec.h"
#include "h264data.h"