summaryrefslogtreecommitdiffstats
path: root/ext/divx/gstdivxdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/divx/gstdivxdec.h')
-rw-r--r--ext/divx/gstdivxdec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/divx/gstdivxdec.h b/ext/divx/gstdivxdec.h
index 727da7c2..35876bdb 100644
--- a/ext/divx/gstdivxdec.h
+++ b/ext/divx/gstdivxdec.h
@@ -50,10 +50,10 @@ struct _GstDivxDec {
/* divx handle */
void *handle;
- DEC_BUFFERS bufinfo;
/* video (output) settings */
- int csp, bpp;
+ guint32 csp;
+ int bitcnt, bpp;
int width, height;
};