diff options
Diffstat (limited to 'xine_frontend.c')
-rw-r--r-- | xine_frontend.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_frontend.c b/xine_frontend.c index 5912380e..ff6b7ea4 100644 --- a/xine_frontend.c +++ b/xine_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend.c,v 1.46 2008-01-03 13:04:53 phintuka Exp $ + * $Id: xine_frontend.c,v 1.47 2008-01-03 20:06:27 phintuka Exp $ * */ @@ -1330,7 +1330,7 @@ static void *fe_control(void *fe_handle, const char *cmd) this->video_port); LOGMSG(" PIP %d: %dx%d @ (%d,%d)", pid & 0x0f, w, h, x, y); LOGMSG("create pip stream done"); - sprintf(mrl, "xvdr:slave://0x%lx#nocache;demux:mpeg_block", + sprintf(mrl, "xvdr+slave://0x%lx#nocache;demux:mpeg_block", (unsigned long int)this); if(!xine_open(posts->pip_stream, mrl) || !xine_play(posts->pip_stream, 0, 0)) { |