[vlc-devel] commit: Fix typos. Thanks xtophe for spotting that. ( Marian Ďurkovič )

git version control git at videolan.org
Thu Oct 29 17:05:02 CET 2009


vlc | branch: master | Marian Ďurkovič <md at bts.sk> | Thu Oct 29 17:02:55 2009 +0100| [be54453c9a5494673a57af409577211532c19e18] | committer: Marian Ďurkovič 

Fix typos. Thanks xtophe for spotting that.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=be54453c9a5494673a57af409577211532c19e18
---

 modules/demux/ts.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/demux/ts.c b/modules/demux/ts.c
index a87d364..3ef1b78 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 <dvbpsi/tot.h>
@@ -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 );




More information about the vlc-devel mailing list