From eb0240ff0f72d78e583a40292d3ba0fe7efa22ab Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Thu, 14 Mar 2002 13:57:15 +0000 Subject: - make libsputext work again - update osd & video_overlay to use 64-bits pts CVS patchset: 1569 CVS date: 2002/03/14 13:57:15 --- include/xine.h.tmpl.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') 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 -- cgit v1.2.3