diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2005-12-19 14:40:22 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2005-12-19 14:40:22 +0000 |
commit | 9536cc03c0961801c823168ee2af7831e7cd458c (patch) | |
tree | e1c5b7ddc0feb7e0223aa653957d5ad8d16b79ef /ext/divx/gstdivxenc.h | |
parent | 0ec8bf9972e3cf0e15757b781f08b065efa4148b (diff) | |
download | gst-plugins-bad-9536cc03c0961801c823168ee2af7831e7cd458c.tar.gz gst-plugins-bad-9536cc03c0961801c823168ee2af7831e7cd458c.tar.bz2 gst-plugins-bad-9536cc03c0961801c823168ee2af7831e7cd458c.zip |
divxdec and divxenc ported to 0.10
Original commit message from CVS:
divxdec and divxenc ported to 0.10
Diffstat (limited to 'ext/divx/gstdivxenc.h')
-rw-r--r-- | ext/divx/gstdivxenc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/divx/gstdivxenc.h b/ext/divx/gstdivxenc.h index 206659d3..0d5cad05 100644 --- a/ext/divx/gstdivxenc.h +++ b/ext/divx/gstdivxenc.h @@ -64,7 +64,7 @@ struct _GstDivxEnc { guint32 csp; gint bitcnt; gint width, height; - gfloat fps; + gint fps_n, fps_d; }; struct _GstDivxEncClass { |