summaryrefslogtreecommitdiff
path: root/libavcodec/parser.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-03-22 12:38:51 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-03-23 23:45:39 +0100
commit33df1ba6b29362854b647dc0c116ed8949ecee1f (patch)
tree0cfd93be0b07ae10cce5380cc3c70cddcf48ae91 /libavcodec/parser.c
parentef92c352e75f04fedbf77d2d651cee410796cac8 (diff)
avcodec, avformat: Remove unnecessary inclusions of lavc/internal.h
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/parser.c')
-rw-r--r--libavcodec/parser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/parser.c b/libavcodec/parser.c
index 24fe44eb30..49de7e6a57 100644
--- a/libavcodec/parser.c
+++ b/libavcodec/parser.c
@@ -27,7 +27,6 @@
#include "libavutil/avassert.h"
#include "libavutil/mem.h"
-#include "internal.h"
#include "parser.h"
AVCodecParserContext *av_parser_init(int codec_id)