]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugin-ducati.git/blobdiff - src/gstducatih264dec.h
ducatih264dec: log basic MB error information when requested
[glsdk/gst-plugin-ducati.git] / src / gstducatih264dec.h
index 7ca65ddca04d006e8cfeb8f9406b7fd379ec94d6..df0f9cc2be6da62efdabf5c4bcba9a25b7bcf9cf 100644 (file)
@@ -42,6 +42,8 @@ typedef struct _GstDucatiH264DecClass GstDucatiH264DecClass;
 struct _GstDucatiH264Dec
 {
   GstDucatiVidDec parent;
+
+  struct omap_bo *bo_mberror;
 };
 
 struct _GstDucatiH264DecClass