mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-21 08:09:22 +08:00
[vepu541]: Fix extra mmco error
Change-Id: I529780c673232354c0b13536000ae15a007e1280 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -482,11 +482,11 @@ static void setup_vepu541_codec(Vepu541H264eRegSet *regs, SynH264eSps *sps,
|
||||
} else {
|
||||
regs->reg109.nopp_flg = 0;
|
||||
regs->reg109.ltrf_flg = 0;
|
||||
regs->reg109.arpm_flg = 1;
|
||||
regs->reg109.arpm_flg = 0;
|
||||
regs->reg109.mmco4_pre = 0;
|
||||
regs->reg109.mmco_type0 = 1;
|
||||
regs->reg109.mmco_type0 = 0;
|
||||
regs->reg109.mmco_parm0 = 0;
|
||||
regs->reg109.mmco_type1 = 1;
|
||||
regs->reg109.mmco_type1 = 0;
|
||||
regs->reg110.mmco_parm1 = 0;
|
||||
regs->reg109.mmco_type2 = 0;
|
||||
regs->reg110.mmco_parm2 = 0;
|
||||
|
Reference in New Issue
Block a user