From 087d6b782a076904f5fd57ee7d2392e241621e65 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Thu, 24 Jan 2002 23:09:53 +0000 Subject: video_out will take care of logo display now ... video_out needs more work btw, duration per frame and still frame detection in libmpeg2 are top items on my todo-list now CVS patchset: 1449 CVS date: 2002/01/24 23:09:53 --- src/xine-engine/video_out.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/video_out.h') diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index c591b25b5..7738e8ad8 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.38 2002/01/15 20:22:44 jcdutton Exp $ + * $Id: video_out.h,v 1.39 2002/01/24 23:09:54 guenter Exp $ * * * xine version of video_out.h @@ -170,6 +170,7 @@ struct vo_instance_s { vo_frame_t *last_frame; int video_loop_running; + int video_opened; int video_paused; pthread_t video_thread; @@ -182,6 +183,9 @@ struct vo_instance_s { int decoder_started_flag; uint32_t last_draw_vpts; + + int logo_w, logo_h; + uint8_t *logo_yuy2; } ; /* constants for the get/set property functions */ -- cgit v1.2.3