From 294d319973e3f88e5d9264ed493132b604ad170a Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Thu, 9 Dec 2010 09:07:50 -0600 Subject: [PATCH 1/1] update h264dec --- src/gstducatih264dec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gstducatih264dec.c b/src/gstducatih264dec.c index 88ebb57..8952208 100644 --- a/src/gstducatih264dec.c +++ b/src/gstducatih264dec.c @@ -86,6 +86,8 @@ gst_ducati_h264dec_allocate_params (GstDucatiVidDec * self, gint params_sz, self->params->displayDelay = IVIDDEC3_DISPLAY_DELAY_AUTO; params->maxNumRefFrames = IH264VDEC_NUM_REFFRAMES_AUTO; params->pConstantMemory = 0; + params->presetLevelIdc = IH264VDEC_LEVEL41; + params->errConcealmentMode = IH264VDEC_APPLY_CONCEALMENT; } return ret; -- 2.26.2