summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro.decina@collabora.co.uk>2011-09-29 18:50:38 +0200
committerAlessandro Decina <alessandro.decina@collabora.co.uk>2011-09-29 18:50:38 +0200
commit0dad91742b68a7c80090cfc8a7a181fb703684d7 (patch)
tree96b861879e5086cb6410efce3dc3ad269a804ff3
parent1f8309add820c88538235928576715d9265e4642 (diff)
ducativc1dec: set frameLayerDataPresentFlag to FALSE
-rw-r--r--src/gstducativc1dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gstducativc1dec.c b/src/gstducativc1dec.c
index 0c3b87d..2140353 100644
--- a/src/gstducativc1dec.c
+++ b/src/gstducativc1dec.c
@@ -120,7 +120,7 @@ gst_ducati_vc1dec_allocate_params (GstDucatiVidDec * self, gint params_sz,
/* this indicates whether buffers are prefixed with the frame layer struct
* or not. See Table 266: Frame Layer Data Structure from the spec */
- params->frameLayerDataPresentFlag = TRUE;
+ params->frameLayerDataPresentFlag = FALSE;
/* enable concealment */
params->ErrorConcealmentON = 1;