summaryrefslogtreecommitdiff
path: root/libavcodec/h264dec.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-24 19:22:47 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-26 15:30:54 +0100
commitc793e05381090b1624e9b81f4a26da3214177afd (patch)
tree71a150d312e1447cb3c912b2bc27c579f2be9810 /libavcodec/h264dec.h
parent5fef87f1407398539a6474a20f6ea16132a33a23 (diff)
downloadffmpeg-c793e05381090b1624e9b81f4a26da3214177afd.tar.gz
avcodec/h264dec: Remove unnecessary headers
E.g. the inclusion of parser.h comes from a time when the parser used a H264Context. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/h264dec.h')
-rw-r--r--libavcodec/h264dec.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/h264dec.h b/libavcodec/h264dec.h
index 23060145cd..8168c8e97b 100644
--- a/libavcodec/h264dec.h
+++ b/libavcodec/h264dec.h
@@ -31,7 +31,6 @@
#include "libavutil/buffer.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mem_internal.h"
-#include "libavutil/thread.h"
#include "cabac.h"
#include "error_resilience.h"
@@ -45,8 +44,6 @@
#include "h264qpel.h"
#include "h274.h"
#include "mpegutils.h"
-#include "parser.h"
-#include "qpeldsp.h"
#include "rectangle.h"
#include "videodsp.h"