diff options
Diffstat (limited to 'xine_input_vdr.c')
-rw-r--r-- | xine_input_vdr.c | 4 |
1 files changed, 3 insertions, 1 deletions
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); |