From c4eefdd7bc924e5669591711598d541c6d5565dd Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 30 May 2003 21:44:53 +0000 Subject: 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?!?) --- ext/divx/gstdivxenc.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ext/divx/gstdivxenc.h') 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 { -- cgit v1.2.1