[FFmpeg-cvslog] avcodec/hevc_filter: remove unneeded headers

Limin Wang git at videolan.org
Sun Oct 17 12:03:15 EEST 2021


ffmpeg | branch: master | Limin Wang <lance.lmwang at gmail.com> | Sat Oct  9 22:00:50 2021 +0800| [5a91850b61d4546a6b5cce9bcd9d0891d4829528] | committer: Limin Wang

avcodec/hevc_filter: remove unneeded headers

Signed-off-by: Limin Wang <lance.lmwang at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5a91850b61d4546a6b5cce9bcd9d0891d4829528
---

 libavcodec/hevc_filter.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libavcodec/hevc_filter.c b/libavcodec/hevc_filter.c
index 6b9824088c..7e9478cd09 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



More information about the ffmpeg-cvslog mailing list