icc:Uninitialized variable

BZ:36480

Usage of uninitialized variables

Change-Id: Ie93d4281aad4ff11ab985cd18ccca6ee2d8d3a99
Signed-off-by: Sergey Melnikov <Sergey.Melnikov@intel.com>
Reviewed-on: http://android.intel.com:8080/49556
Reviewed-by: Beare, Bruce J <bruce.j.beare@intel.com>
Reviewed-by: Sun, Hang L <hang.l.sun@intel.com>
Reviewed-by: Chupin, Pavel V <pavel.v.chupin@intel.com>
Reviewed-by: Ding, Haitao <haitao.ding@intel.com>
Reviewed-by: Smith, Geoff <geoff.smith@intel.com>
Tested-by: Ng, Cheon-woei <cheon-woei.ng@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
diff --git a/mix_vbp/viddec_fw/fw/codecs/h264/parser/mix_vbp_h264_stubs.c b/mix_vbp/viddec_fw/fw/codecs/h264/parser/mix_vbp_h264_stubs.c
index bbf2835..1037958 100644
--- a/mix_vbp/viddec_fw/fw/codecs/h264/parser/mix_vbp_h264_stubs.c
+++ b/mix_vbp/viddec_fw/fw/codecs/h264/parser/mix_vbp_h264_stubs.c
@@ -130,7 +130,7 @@
 {
 
     viddec_workload_item_t     wi;
-    h264_slice_data 				slice_data;
+    h264_slice_data 				slice_data = {};
 
     uint32_t		i=0, nitems=0, data=0;
     uint32_t 	bits_offset =0, byte_offset =0;