[FFmpeg-cvslog] lavc/x86/h264_qpel: stop unnecessarily including h264dec
Anton Khirnov
git at videolan.org
Wed Jan 26 16:44:39 EET 2022
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Mon Jan 24 18:00:13 2022 +0100| [359912f0df3fa9ee9616b9f35ed151ffd5c62ece] | committer: Andreas Rheinhardt
lavc/x86/h264_qpel: stop unnecessarily including h264dec
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=359912f0df3fa9ee9616b9f35ed151ffd5c62ece
---
libavcodec/x86/h264_qpel.c | 1 -
1 file changed, 1 deletion(-)
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"
More information about the ffmpeg-cvslog
mailing list