Skip to content

Commit 4c3643b

Browse files
kszaqRealJohnGalt
authored andcommitted
[aml] Disable deinterlacer for progressive sources by default
Fixes VC1 in mkv playback.
1 parent e8193b7 commit 4c3643b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/amlogic/deinterlace/deinterlace.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ static int receiver_is_amvideo = 1;
159159

160160
static unsigned char new_keep_last_frame_enable;
161161
static int bypass_state = 1;
162-
static int bypass_prog;
162+
static int bypass_prog = 1;
163163
static int bypass_hd_prog;
164164
static int bypass_interlace_output;
165165
#ifdef CONFIG_AM_DEINTERLACE_SD_ONLY

0 commit comments

Comments
 (0)