From 4873b2ae017d07e6693f1bccda34c866517f560d Mon Sep 17 00:00:00 2001 From: phintuka Date: Sat, 4 Oct 2008 06:55:41 +0000 Subject: Always enable overlay --- xine_input_vdr.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'xine_input_vdr.c') diff --git a/xine_input_vdr.c b/xine_input_vdr.c index 8179c6ac..955e6d7d 100644 --- a/xine_input_vdr.c +++ b/xine_input_vdr.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_input_vdr.c,v 1.182 2008-10-04 06:55:02 phintuka Exp $ + * $Id: xine_input_vdr.c,v 1.183 2008-10-04 06:55:41 phintuka Exp $ * */ @@ -2074,6 +2074,8 @@ static int exec_osd_command(vdr_input_plugin_t *this, osd_command_t *cmd) int xmove = 0, ymove = 0; int unscaled_supported = 1; + stream->video_out->enable_ovl(stream->video_out, 1); + if(handle < 0) handle = this->osdhandle[cmd->wnd] = ovl_manager->get_handle(ovl_manager,0); -- cgit v1.2.3