From: Marian Ďurkovič Date: Thu, 29 Oct 2009 16:02:55 +0000 (+0100) Subject: Fix typos. Thanks xtophe for spotting that. X-Git-Tag: 1.1.0-ff~2667 X-Git-Url: http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=commitdiff_plain;h=be54453c9a5494673a57af409577211532c19e18;ds=sidebyside Fix typos. Thanks xtophe for spotting that. --- diff --git a/modules/demux/ts.c b/modules/demux/ts.c index a87d364570..3ef1b785ad 100644 --- a/modules/demux/ts.c +++ b/modules/demux/ts.c @@ -79,7 +79,7 @@ #endif /* TDT support */ -#ifdef _DVBPSI_TOT_H_ +#ifdef _DVBPSI_DR_58_H_ # define TS_USE_TDT 1 # ifdef HAVE_DVBPSI_DR_H # include @@ -3119,7 +3119,7 @@ static void PSINewTableCallBack( demux_t *p_demux, dvbpsi_handle h, } #ifdef TS_USE_TDT else if( p_demux->p_sys->pid[0x11].psi->i_sdt_version != -1 && - i_table_id == 0x73 ) /* TDT */ + i_table_id == 0x70 ) /* TDT */ { msg_Dbg( p_demux, "PSINewTableCallBack: table 0x%x(%d) ext=0x%x(%d)", i_table_id, i_table_id, i_extension, i_extension );