summaryrefslogtreecommitdiffstats
path: root/ext/divx/gstdivxenc.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-05-30 21:44:53 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-05-30 21:44:53 +0000
commitc4eefdd7bc924e5669591711598d541c6d5565dd (patch)
treeb8887b2e8fba88cc98ee33b2cc64611413e105b2 /ext/divx/gstdivxenc.h
parent8e1ee4564b9a68fba01aff1d186d44fe03f3ed62 (diff)
downloadgst-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/gstdivxenc.h')
-rw-r--r--ext/divx/gstdivxenc.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/ext/divx/gstdivxenc.h b/ext/divx/gstdivxenc.h
index fac3b421..be1ddae5 100644
--- a/ext/divx/gstdivxenc.h
+++ b/ext/divx/gstdivxenc.h
@@ -56,10 +56,14 @@ struct _GstDivxEnc {
/* max key interval */
gint max_key_interval;
+ /* amount of motion estimation to do */
+ gint quality;
+
/* divx handle */
void *handle;
- int csp;
- int width, height;
+ guint32 csp;
+ gint bitcnt;
+ gint width, height;
};
struct _GstDivxEncClass {