summaryrefslogtreecommitdiff
path: root/src/gstducatih264dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gstducatih264dec.c')
-rw-r--r--src/gstducatih264dec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gstducatih264dec.c b/src/gstducatih264dec.c
index eeb1d4c..a69fb71 100644
--- a/src/gstducatih264dec.c
+++ b/src/gstducatih264dec.c
@@ -85,6 +85,7 @@ gst_ducati_h264dec_allocate_params (GstDucatiVidDec * self, gint params_sz,
params->pConstantMemory = 0;
params->presetLevelIdc = IH264VDEC_LEVEL41;
params->errConcealmentMode = IH264VDEC_APPLY_CONCEALMENT;
+ params->temporalDirModePred = TRUE;
}
return ret;