amlogic/vh264: use error_recovery_mode = 1 for H264

This commit is contained in:
afl1
2019-03-10 08:03:35 +01:00
committed by Dongjin Kim
parent c0792126ba
commit 0cc5280261
2 changed files with 2 additions and 2 deletions

View File

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

View File

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