mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
path: add ppmgr [4/5]
PD#TV-2649 Problem: There is no ppmgr in the path. Solution: add ppmgr in the path. Verify: on u212 Change-Id: If930b1ed868fe319b6baa8d285a605ef2c3ff075 Signed-off-by: renjiang.han <renjiang.han@amlogic.com>
This commit is contained in:
committed by
Dongjin Kim
parent
bb5df58fec
commit
7b0d11f009
@@ -1885,7 +1885,7 @@ s32 vdec_init(struct vdec_s *vdec, int is_4k)
|
||||
} else {
|
||||
snprintf(vdec->vfm_map_chain, VDEC_MAP_NAME_SIZE,
|
||||
"%s %s", vdec->vf_provider_name,
|
||||
"amlvideo deinterlace amvideo");
|
||||
"amlvideo ppmgr deinterlace amvideo");
|
||||
}
|
||||
snprintf(vdec->vfm_map_id, VDEC_MAP_NAME_SIZE,
|
||||
"vdec-map-%d", vdec->id);
|
||||
|
||||
Reference in New Issue
Block a user