[FFmpeg-devel] [PATCH 7/8] avcodec/hevc_filter: remove unneeded headers

lance.lmwang at gmail.com lance.lmwang at gmail.com
Mon Oct 11 17:52:04 EEST 2021


From: Limin Wang <lance.lmwang at gmail.com>

Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
---
 libavcodec/hevc_filter.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libavcodec/hevc_filter.c b/libavcodec/hevc_filter.c
index 6b98240..7e9478c 100644
--- a/libavcodec/hevc_filter.c
+++ b/libavcodec/hevc_filter.c
@@ -25,11 +25,8 @@
 #include "libavutil/common.h"
 #include "libavutil/internal.h"
 
-#include "cabac_functions.h"
 #include "hevcdec.h"
 
-#include "bit_depth_template.c"
-
 #define LUMA 0
 #define CB 1
 #define CR 2
-- 
1.8.3.1



More information about the ffmpeg-devel mailing list