hevc: move MAX_PB_SIZE declaration

Reviewed-by: Mickaël Raulet <mraulet@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/83/head
Christophe Gisquet 11 years ago committed by Michael Niedermayer
parent fb1a98ec5b
commit b9f3912a65
  1. 1
      libavcodec/hevc.h
  2. 2
      libavcodec/hevcdsp.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

@ -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

Loading…
Cancel
Save