summaryrefslogtreecommitdiffstats
path: root/ext/divx/gstdivxdec.h
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2005-12-19 14:40:22 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2005-12-19 14:40:22 +0000
commit9536cc03c0961801c823168ee2af7831e7cd458c (patch)
treee1c5b7ddc0feb7e0223aa653957d5ad8d16b79ef /ext/divx/gstdivxdec.h
parent0ec8bf9972e3cf0e15757b781f08b065efa4148b (diff)
downloadgst-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.h4
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 {