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:
Deepak Verma 2013-02-22 01:45:30 +05:30 committed by Iliyan Malchev
parent 06e5e6ec87
commit ed1ab2ee7d

View file

@ -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 &&