mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
amlogic/vh264: use error_recovery_mode = 1 for H264
This commit is contained in:
@@ -282,7 +282,7 @@ static bool check_pts_discontinue;
|
||||
static u32 wait_buffer_counter;
|
||||
static u32 video_signal_from_vui;
|
||||
|
||||
static uint error_recovery_mode;
|
||||
static uint error_recovery_mode = 1;
|
||||
static uint error_recovery_mode_in = 3;
|
||||
static uint error_recovery_mode_use = 3;
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@ static u32 saved_resolution;
|
||||
static struct timer_list recycle_timer;
|
||||
static u32 stat;
|
||||
static u32 error_watchdog_count;
|
||||
static uint error_recovery_mode;
|
||||
static uint error_recovery_mode = 1;
|
||||
static u32 sync_outside;
|
||||
static u32 vh264_4k2k_rotation;
|
||||
static u32 first_i_received;
|
||||
|
||||
Reference in New Issue
Block a user