mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
vmpeg12: fix mpeg12 fw tee_load fail
mpeg12 fw tee load will be fail without name, must pass a name. Change-Id: I5bf12ce9158237687c93acc0c54d4c29460cecea Signed-off-by: shihong.zheng <shihong.zheng@amlogic.com>
This commit is contained in:
committed by
Dongjin Kim
parent
1a63229ef3
commit
558a8cd709
@@ -1933,7 +1933,7 @@ static s32 vmpeg12_init(void)
|
||||
return -1;
|
||||
}
|
||||
|
||||
ret = amvdec_loadmc_ex(VFORMAT_MPEG12, NULL, buf);
|
||||
ret = amvdec_loadmc_ex(VFORMAT_MPEG12, "mpeg12", buf);
|
||||
if (ret < 0) {
|
||||
amvdec_disable();
|
||||
vfree(buf);
|
||||
|
||||
Reference in New Issue
Block a user