mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +01:00
[vepu541]: Fix extra mmco error
Change-Id: I529780c673232354c0b13536000ae15a007e1280 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
parent
4af5fae615
commit
641ff2dbf3
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue