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:
renjiang.han
2019-03-22 16:25:41 +08:00
committed by Dongjin Kim
parent bb5df58fec
commit 7b0d11f009

View File

@@ -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);