mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user