mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
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:
committed by
Dongjin Kim
parent
75ab7af1ed
commit
32c779b23e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user