summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_out.h
diff options
context:
space:
mode:
authoruid32519 <none@none>2001-07-04 20:32:29 +0000
committeruid32519 <none@none>2001-07-04 20:32:29 +0000
commit733a94dbd41f79c4a1b7e137bd8e032eebfaf043 (patch)
tree676ede9ee4bb316870ca7cba71aafab4a8dad864 /src/xine-engine/video_out.h
parent6140dca53aa5cc3d72b851f66360eecee72430e4 (diff)
downloadxine-lib-733a94dbd41f79c4a1b7e137bd8e032eebfaf043.tar.gz
xine-lib-733a94dbd41f79c4a1b7e137bd8e032eebfaf043.tar.bz2
latest overlay patches from James, simple overlays should work
CVS patchset: 254 CVS date: 2001/07/04 20:32:29
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r--src/xine-engine/video_out.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h
index a4826c61f..30ffddd78 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.9 2001/07/04 17:10:24 uid32519 Exp $
+ * $Id: video_out.h,v 1.10 2001/07/04 20:32:29 uid32519 Exp $
*
*
* xine version of video_out.h
@@ -125,6 +125,7 @@ struct vo_instance_s {
/* private stuff */
vo_driver_t *driver;
+ vo_overlay_t *overlay;
metronom_t *metronom;
img_buf_fifo_t *free_img_buf_queue;