From 63d17bd49ddb686bef3aa7af1fe8fe94b66cec9c Mon Sep 17 00:00:00 2001 From: phintuka Date: Thu, 25 Sep 2008 19:25:53 +0000 Subject: Signal automatically (or from DVD menu) selected SPU channel to VDR --- xine_input_vdr.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xine_input_vdr.c b/xine_input_vdr.c index 6d5573a4..8e71629f 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.178 2008-09-25 19:23:41 phintuka Exp $ + * $Id: xine_input_vdr.c,v 1.179 2008-09-25 19:25:53 phintuka Exp $ * */ @@ -3952,6 +3952,8 @@ static void slave_track_maps_changed(vdr_input_plugin_t *this) "*%d:%s ", current, current==SPU_CHANNEL_NONE ? "none" : "auto"); n++; + if(current == SPU_CHANNEL_AUTO) + current = this->slave_stream->spu_channel_auto; } for(i=0; i<32 && cntslave_stream, i, lang)) { -- cgit v1.2.3