summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_out.h
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-01-24 23:09:53 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-01-24 23:09:53 +0000
commit087d6b782a076904f5fd57ee7d2392e241621e65 (patch)
tree2f1cfa3337410136d1ca12811798a9f4503b4447 /src/xine-engine/video_out.h
parent585b98ff86aaba2eba9f3767275906f944793439 (diff)
downloadxine-lib-087d6b782a076904f5fd57ee7d2392e241621e65.tar.gz
xine-lib-087d6b782a076904f5fd57ee7d2392e241621e65.tar.bz2
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
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r--src/xine-engine/video_out.h6
1 files changed, 5 insertions, 1 deletions
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 */