[FFmpeg-cvslog] avcodec/x86/hevcdsp_init: Remove unnecessary inclusion of get_bits.h
Andreas Rheinhardt
git at videolan.org
Sat Jun 11 23:52:55 EEST 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Tue Jun 7 19:40:33 2022 +0200| [5eee930726406b2e836dba5cfe87933c7fdfbbd0] | committer: Andreas Rheinhardt
avcodec/x86/hevcdsp_init: Remove unnecessary inclusion of get_bits.h
This file does not use anything from get_bits.h at all;
furthermore hevcdsp.h now includes get_bits.h itself.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5eee930726406b2e836dba5cfe87933c7fdfbbd0
---
libavcodec/x86/hevcdsp_init.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/x86/hevcdsp_init.c b/libavcodec/x86/hevcdsp_init.c
index f3061bda84..48f48a925f 100644
--- a/libavcodec/x86/hevcdsp_init.c
+++ b/libavcodec/x86/hevcdsp_init.c
@@ -25,7 +25,6 @@
#include "libavutil/mem_internal.h"
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
-#include "libavcodec/get_bits.h" /* required for hevcdsp.h GetBitContext */
#include "libavcodec/hevcdsp.h"
#include "libavcodec/x86/hevcdsp.h"
More information about the ffmpeg-cvslog
mailing list