media_module: fix MAX_BUF_NUM redefine issue

PD#166415: vp9: fix MAX_BUF_NUM MACRO redefine issue

Change-Id: I54370f682cf6ddfd24d25ef450f2c5b74e944337
Signed-off-by: Hui Zhang <hui.zhang@amlogic.com>
This commit is contained in:
Hui Zhang
2018-08-30 09:18:40 +08:00
committed by Dongjin Kim
parent e6db8b0669
commit b81f149cde

View File

@@ -2756,9 +2756,9 @@ static u32 max_decoding_time;
static u32 error_handle_policy;
/*static u32 parser_sei_enable = 1;*/
#define MAX_BUF_NUM 12
#define MAX_BUF_NUM_NORMAL 12
#define MAX_BUF_NUM_LESS 10
static u32 max_buf_num = MAX_BUF_NUM;
static u32 max_buf_num = MAX_BUF_NUM_NORMAL;
static u32 run_ready_min_buf_num = 2;