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/gstdivxdec.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/gstdivxdec.h')
-rw-r--r-- | ext/divx/gstdivxdec.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/divx/gstdivxdec.h b/ext/divx/gstdivxdec.h index 0468ff0a..90c47037 100644 --- a/ext/divx/gstdivxdec.h +++ b/ext/divx/gstdivxdec.h @@ -56,7 +56,9 @@ struct _GstDivxDec { int bitcnt, bpp; int version; int width, height; - gdouble fps; + + gint fps_n, fps_d; + gint par_n, par_d; }; struct _GstDivxDecClass { |