summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Thommeret <hftom@free.fr>2007-09-09 19:54:33 +0200
committerChristophe Thommeret <hftom@free.fr>2007-09-09 19:54:33 +0200
commit3689e8c96b7442293ab3365d9dd085135a9d7c6c (patch)
tree05395a873d6ab0135d2b11ca23a3b44018cd441c
parent30bd2d28a9dce29829ca9a4cbe6ef55249ad6f31 (diff)
downloadxine-lib-3689e8c96b7442293ab3365d9dd085135a9d7c6c.tar.gz
xine-lib-3689e8c96b7442293ab3365d9dd085135a9d7c6c.tar.bz2
fix spudvb decoder update
-rw-r--r--src/demuxers/demux_ts.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/demuxers/demux_ts.c b/src/demuxers/demux_ts.c
index f938c5c5a..0d82c7bae 100644
--- a/src/demuxers/demux_ts.c
+++ b/src/demuxers/demux_ts.c
@@ -1472,6 +1472,9 @@ printf("Program Number is %i, looking for %i\n",program_number,this->program_num
this->pcrPid = pid;
}
+ if ( this->stream->spu_channel>=0 && this->spu_langs_count>0 )
+ demux_ts_update_spu_channel( this );
+
/* Inform UI of channels changes */
xine_event_t ui_event;
ui_event.type = XINE_EVENT_UI_CHANNELS_CHANGED;