media_modules: encoder: fix compile error [1/1]

PD#SWPL-2270

Problem:
warnings being treated as errors

Solution:
fix int-conversion

Verify:
verify local

Change-Id: I33d0375ff2bd9b2dd52deccf56c6a5565830717f
Signed-off-by: kunpeng.tang <kunpeng.tang@amlogic.com>
This commit is contained in:
kunpeng.tang
2018-11-22 19:30:50 +08:00
committed by Dongjin Kim
parent 75ab7af1ed
commit 32c779b23e

View File

@@ -260,7 +260,7 @@ struct encode_meminfo_s {
u32 cbr_info_ddr_start_addr;
u32 cbr_info_ddr_size;
u32 cbr_info_ddr_virt_addr;
u8 * cbr_info_ddr_virt_addr;
s32 dblk_buf_canvas;
s32 ref_buf_canvas;