libmix: mix_vbp - remove the handler of pInfo->img.recovery_point_found equal to 0

BZ: 34362

If a clip has only one IDR frame, it would not parse frame after resume
and playback from beginning, because wl_err_curr would be set to
VIDDEC_FW_WORKLOAD_ERR_NOTDECODABLE.

Change-Id: I503edf18398d204ac0edfcb89ce31776a9ce787b
Signed-off-by: msun9 <msun9@msun9-smr.(none)>
Reviewed-on: http://android.intel.com:8080/48305
Reviewed-by: Qiu, Junhai <junhai.qiu@intel.com>
Reviewed-by: Ding, Haitao <haitao.ding@intel.com>
Tested-by: Ding, Haitao <haitao.ding@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/viddec_h264_parse.c b/mix_vbp/viddec_fw/fw/codecs/h264/parser/viddec_h264_parse.c
index 5936014..4cc58d3 100755
--- a/mix_vbp/viddec_fw/fw/codecs/h264/parser/viddec_h264_parse.c
+++ b/mix_vbp/viddec_fw/fw/codecs/h264/parser/viddec_h264_parse.c
@@ -113,12 +113,14 @@
 
 
 
+#ifndef VBP
         if (pInfo->img.recovery_point_found == 0) {
             pInfo->img.structure = FRAME;
             pInfo->wl_err_curr |= VIDDEC_FW_WORKLOAD_ERR_NOTDECODABLE;
             pInfo->wl_err_curr |= (FRAME << FIELD_ERR_OFFSET);
             break;
         }
+#endif
 
         ////////////////////////////////////////////////////////////////////////////
         // Step 2: Parsing slice header