summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLimin Wang <lance.lmwang@gmail.com>2021-10-09 22:17:54 +0800
committerLimin Wang <lance.lmwang@gmail.com>2021-10-17 16:57:43 +0800
commit06548e6045e9785cf441c20a1fdc3414731d9080 (patch)
treeedd5f518af7516958951345ab2b8745d9ccaf8a3
parentfb4f9a204399e48d1567164ff7e7b348095cc37a (diff)
avcodec/hevcdec: remove unused code
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
-rw-r--r--libavcodec/hevcdec.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/hevcdec.h b/libavcodec/hevcdec.h
index 8963aa83ae..77fdf90da1 100644
--- a/libavcodec/hevcdec.h
+++ b/libavcodec/hevcdec.h
@@ -46,9 +46,6 @@
#define SHIFT_CTB_WPP 2
-//TODO: check if this is really the maximum
-#define MAX_TRANSFORM_DEPTH 5
-
#define MAX_TB_SIZE 32
#define MAX_QP 51
#define DEFAULT_INTRA_TC_OFFSET 2