diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-03-14 13:57:15 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-03-14 13:57:15 +0000 |
commit | eb0240ff0f72d78e583a40292d3ba0fe7efa22ab (patch) | |
tree | 67a4db2624f10f73d80195bdfd26e77b95c1f3ca /src/xine-engine/video_out.h | |
parent | 6e0f8db43be862f7612e6132db0371a875ffd6dc (diff) | |
download | xine-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 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index 5fe24da4f..78147f1c2 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.h,v 1.49 2002/03/14 04:31:49 miguelfreitas Exp $ + * $Id: video_out.h,v 1.50 2002/03/14 13:57:15 miguelfreitas Exp $ * * * xine version of video_out.h @@ -354,7 +354,7 @@ struct video_overlay_instance_s { void (*flush_events) (video_overlay_instance_t *this_gen ); - void (*multiple_overlay_blend) (video_overlay_instance_t *this_gen, int vpts, + void (*multiple_overlay_blend) (video_overlay_instance_t *this_gen, int64_t vpts, vo_driver_t *output, vo_frame_t *vo_img, int enabled); }; |