summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-03-14 13:57:15 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-03-14 13:57:15 +0000
commiteb0240ff0f72d78e583a40292d3ba0fe7efa22ab (patch)
tree67a4db2624f10f73d80195bdfd26e77b95c1f3ca /include
parent6e0f8db43be862f7612e6132db0371a875ffd6dc (diff)
downloadxine-lib-eb0240ff0f72d78e583a40292d3ba0fe7efa22ab.tar.gz
xine-lib-eb0240ff0f72d78e583a40292d3ba0fe7efa22ab.tar.bz2
- make libsputext work again
- update osd & video_overlay to use 64-bits pts CVS patchset: 1569 CVS date: 2002/03/14 13:57:15
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.tmpl.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in
index 707c7ec3b..05d188fd8 100644
--- a/include/xine.h.tmpl.in
+++ b/include/xine.h.tmpl.in
@@ -28,7 +28,7 @@
\endverbatim
*/
/*
- * $Id: xine.h.tmpl.in,v 1.85 2002/03/14 04:31:49 miguelfreitas Exp $
+ * $Id: xine.h.tmpl.in,v 1.86 2002/03/14 13:57:15 miguelfreitas Exp $
*
*/
@@ -1752,13 +1752,13 @@ struct osd_renderer_s {
* send the osd to be displayed at given pts (0=now)
* the object is not changed. there may be subsequent drawing on it.
*/
- int (*show) (osd_object_t *osd, uint32_t vpts );
+ int (*show) (osd_object_t *osd, int64_t vpts );
/*
* send event to hide osd at given pts (0=now)
* the object is not changed. there may be subsequent drawing on it.
*/
- int (*hide) (osd_object_t *osd, uint32_t vpts );
+ int (*hide) (osd_object_t *osd, int64_t vpts );
/*
* Bresenham line implementation on osd object