summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-01-24 18:00:13 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-26 15:23:30 +0100
commit359912f0df3fa9ee9616b9f35ed151ffd5c62ece (patch)
treec33276b2c130a717ee2fbe3a0ae2ca9f76c5e0f8
parent76b8ae2e22a6a1ec2ae6e594d92ac1774c4f3f16 (diff)
lavc/x86/h264_qpel: stop unnecessarily including h264dec
-rw-r--r--libavcodec/x86/h264_qpel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/h264_qpel.c b/libavcodec/x86/h264_qpel.c
index 320d98933a..dda50ded89 100644
--- a/libavcodec/x86/h264_qpel.c
+++ b/libavcodec/x86/h264_qpel.c
@@ -24,7 +24,6 @@
#include "libavutil/mem_internal.h"
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
-#include "libavcodec/h264dec.h"
#include "libavcodec/h264qpel.h"
#include "libavcodec/pixels.h"
#include "fpel.h"