From 3689e8c96b7442293ab3365d9dd085135a9d7c6c Mon Sep 17 00:00:00 2001 From: Christophe Thommeret Date: Sun, 9 Sep 2007 19:54:33 +0200 Subject: fix spudvb decoder update --- src/demuxers/demux_ts.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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; -- cgit v1.2.3