openbsd-ports/x11/ogle/patches/patch-mpeg2_video_spu_mixer_h

14 lines
509 B
Plaintext
Raw Normal View History

$OpenBSD: patch-mpeg2_video_spu_mixer_h,v 1.3 2009/12/09 10:19:33 jakemsr Exp $
--- mpeg2_video/spu_mixer.h.orig Mon Oct 20 09:34:33 2003
+++ mpeg2_video/spu_mixer.h Sun Feb 8 12:15:47 2009
@@ -25,6 +25,9 @@ void mix_subpicture_init(int pixel_stride,int mode);
void mix_subpicture_rgb(char *data, int width, int height);
2002-01-08 06:05:53 -05:00
int mix_subpicture_yuv(yuv_image_t *img, yuv_image_t *reserv);
+extern int subtitle_pos[150];
+extern int subtitle_index;
+
int init_spu(void);
void flush_subpicture(int scr_nr);