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 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 && cnt<sizeof(tracks)-32; i++) if(xine_get_spu_lang(this->slave_stream, i, lang)) { |