diff options
Diffstat (limited to 'ext/divx/gstdivxenc.h')
-rw-r--r-- | ext/divx/gstdivxenc.h | 8 |
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 { |