From be54453c9a5494673a57af409577211532c19e18 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marian=20=C4=8Eurkovi=C4=8D?= Date: Thu, 29 Oct 2009 17:02:55 +0100 Subject: [PATCH] Fix typos. Thanks xtophe for spotting that. --- modules/demux/ts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ); -- 2.20.1