summaryrefslogtreecommitdiffstats
path: root/ext/xvid/gstxvid.h
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2005-12-14 22:41:47 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2005-12-14 22:41:47 +0000
commit96e747214a0c7682cce9e6cbf168973804096631 (patch)
tree35a779d659296b4845fe8d63c5e5bf5d634f5cfb /ext/xvid/gstxvid.h
parent03fa6ba8b1f88536ac49265c2b373392e633ca14 (diff)
downloadgst-plugins-bad-96e747214a0c7682cce9e6cbf168973804096631.tar.gz
gst-plugins-bad-96e747214a0c7682cce9e6cbf168973804096631.tar.bz2
gst-plugins-bad-96e747214a0c7682cce9e6cbf168973804096631.zip
xviddec and xvideenc ported to 0.10
Original commit message from CVS: xviddec and xvideenc ported to 0.10
Diffstat (limited to 'ext/xvid/gstxvid.h')
-rw-r--r--ext/xvid/gstxvid.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/xvid/gstxvid.h b/ext/xvid/gstxvid.h
index 5b855b5d..ab24088d 100644
--- a/ext/xvid/gstxvid.h
+++ b/ext/xvid/gstxvid.h
@@ -42,12 +42,13 @@ G_BEGIN_DECLS
"green_mask = (int) " G_STRINGIFY (g_mask) ", " \
"blue_mask = (int) " G_STRINGIFY (b_mask)
-extern gchar * gst_xvid_error (int errorcode);
-extern gboolean gst_xvid_init (void);
+extern gchar * gst_xvid_error (int errorcode);
+extern gboolean gst_xvid_init (void);
extern gint gst_xvid_structure_to_csp (GstStructure *structure,
- gint w, gint *stride, gint *bpp);
-extern GstCaps *gst_xvid_csp_to_caps (gint csp, gint w, gint h, gdouble fps);
+ gint w, gint *stride, gint *bpp);
+extern GstCaps *gst_xvid_csp_to_caps (gint csp, gint w, gint h,
+ gint fps_n, gint fps_d);
G_END_DECLS