diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-11-15 23:18:04 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-11-15 23:18:04 +0000 |
commit | 9635738cc349e37e76f23a4d99eda696197cb715 (patch) | |
tree | c77eaa18c0a85983252dd7f5ef5bbba04e18a015 /src/xine-engine/video_out.h | |
parent | 230d3c07ef6fca8fb08ae8f14235c56b535d7e64 (diff) | |
download | xine-lib-9635738cc349e37e76f23a4d99eda696197cb715.tar.gz xine-lib-9635738cc349e37e76f23a4d99eda696197cb715.tar.bz2 |
improved audio/spu channel selection, let the user take control over both if he/she wants to
CVS patchset: 1047
CVS date: 2001/11/15 23:18:04
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index a57e2bba1..c6467c1ec 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.28 2001/11/13 21:47:59 heikos Exp $ + * $Id: video_out.h,v 1.29 2001/11/15 23:18:04 guenter Exp $ * * * xine version of video_out.h @@ -134,7 +134,9 @@ struct vo_instance_s { /* overlay stuff */ void (*register_ovl_src) (vo_instance_t *this, ovl_src_t *ovl_src); void (*unregister_ovl_src) (vo_instance_t *this, ovl_src_t *ovl_src); + void (*enable_ovl) (vo_instance_t *this, int ovl_enable); ovl_src_t *overlay_source; + int overlay_enabled; /* video driver is no longer used by decoder => close */ void (*close) (vo_instance_t *this); |