[FFmpeg-cvslog] hevc: move MAX_PB_SIZE declaration
Christophe Gisquet
git at videolan.org
Fri Aug 22 14:57:21 CEST 2014
ffmpeg | branch: master | Christophe Gisquet <christophe.gisquet at gmail.com> | Mon Jul 28 17:17:25 2014 +0000| [b9f3912a65ac98b7bc6916c9e3a9d60d79637416] | committer: Michael Niedermayer
hevc: move MAX_PB_SIZE declaration
Reviewed-by: Mickaël Raulet <mraulet at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b9f3912a65ac98b7bc6916c9e3a9d60d79637416
---
libavcodec/hevc.h | 1 -
libavcodec/hevcdsp.h | 2 ++
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index 8420f38..0369d8f 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -56,7 +56,6 @@
#define MAX_TRANSFORM_DEPTH 5
#define MAX_TB_SIZE 32
-#define MAX_PB_SIZE 64
#define MAX_LOG2_CTB_SIZE 6
#define MAX_QP 51
#define DEFAULT_INTRA_TC_OFFSET 2
diff --git a/libavcodec/hevcdsp.h b/libavcodec/hevcdsp.h
index 2736037..6cc96e8 100644
--- a/libavcodec/hevcdsp.h
+++ b/libavcodec/hevcdsp.h
@@ -27,6 +27,8 @@
#include "get_bits.h"
+#define MAX_PB_SIZE 64
+
typedef struct SAOParams {
int offset_abs[3][4]; ///< sao_offset_abs
int offset_sign[3][4]; ///< sao_offset_sign
More information about the ffmpeg-cvslog
mailing list