summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Clark <rob@ti.com>2010-12-09 09:07:50 -0600
committerRob Clark <rob@ti.com>2010-12-11 15:30:04 -0600
commit294d319973e3f88e5d9264ed493132b604ad170a (patch)
treea2ed0a3db1f22d1c74d9454ddd1f001e16f9f2c1
parent458caf01e62d48ffb688275e29e3152d390d3f06 (diff)
update h264dec
-rw-r--r--src/gstducatih264dec.c2
1 files changed, 2 insertions, 0 deletions
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;