git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
06548e6
)
avcodec/hevc_filter: remove unneeded headers
author
Limin Wang
<lance.lmwang@gmail.com>
Sat, 9 Oct 2021 14:00:50 +0000
(22:00 +0800)
committer
Limin Wang
<lance.lmwang@gmail.com>
Sun, 17 Oct 2021 08:57:47 +0000
(16:57 +0800)
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
libavcodec/hevc_filter.c
patch
|
blob
|
history
diff --git
a/libavcodec/hevc_filter.c
b/libavcodec/hevc_filter.c
index
6b98240
..
7e9478c
100644
(file)
--- 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