mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
msm: vidc: Fix klocwork error
This change fixes the klocwork errors Change-Id: I73a6ed0e568e98a51c8e095b824a783f91ce6657 Signed-off-by: Deepak Verma <dverma@codeaurora.org>
This commit is contained in:
parent
06e5e6ec87
commit
ed1ab2ee7d
1 changed files with 1 additions and 0 deletions
|
@ -1045,6 +1045,7 @@ static u32 ddl_set_enc_property(struct ddl_client_context *ddl,
|
|||
u32 num_mb, num_slices;
|
||||
struct vcd_property_hdr slice_property_hdr;
|
||||
struct vcd_property_meta_data_enable slice_meta_data;
|
||||
slice_meta_data.meta_data_enable_flag = 0;
|
||||
DDL_MSG_HIGH("Set property VCD_I_SLICE_DELIVERY_MODE\n");
|
||||
if (sizeof(u32) == property_hdr->sz &&
|
||||
encoder->codec.codec == VCD_CODEC_H264 &&
|
||||
|
|
Loading…
Reference in a new issue