diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-05-30 21:44:53 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-05-30 21:44:53 +0000 |
commit | c4eefdd7bc924e5669591711598d541c6d5565dd (patch) | |
tree | b8887b2e8fba88cc98ee33b2cc64611413e105b2 /ext/divx/gstdivxdec.h | |
parent | 8e1ee4564b9a68fba01aff1d186d44fe03f3ed62 (diff) | |
download | gst-plugins-bad-c4eefdd7bc924e5669591711598d541c6d5565dd.tar.gz gst-plugins-bad-c4eefdd7bc924e5669591711598d541c6d5565dd.tar.bz2 gst-plugins-bad-c4eefdd7bc924e5669591711598d541c6d5565dd.zip |
Update plugins to newest divx.com release API (5.2) (why aren't these libs API stable?!?)
Original commit message from CVS:
Update plugins to newest divx.com release API (5.2) (why aren't these libs API stable?!?)
Diffstat (limited to 'ext/divx/gstdivxdec.h')
-rw-r--r-- | ext/divx/gstdivxdec.h | 4 |
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; }; |