[FFmpeg-cvslog] avcodec/hevcdec: remove unused code

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


ffmpeg | branch: master | Limin Wang <lance.lmwang at gmail.com> | Sat Oct  9 22:17:54 2021 +0800| [06548e6045e9785cf441c20a1fdc3414731d9080] | committer: Limin Wang

avcodec/hevcdec: remove unused code

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

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

 libavcodec/hevcdec.h | 3 ---
 1 file changed, 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



More information about the ffmpeg-cvslog mailing list