[dvblast-devel] PATCH: fix typo in EIT / EPG passthough
Marian Ďurkovič
md at bts.sk
Mon Aug 17 15:49:22 CEST 2009
Hi,
attached is a patch fixing small typo in EIT passthrough, which
filtered current/next EPG events.
With kind regards,
M.
-------------- next part --------------
Index: demux.c
===================================================================
--- demux.c (revision 14)
+++ demux.c (working copy)
@@ -1246,7 +1246,7 @@
{
/* EIT tables */
- if ( i_table_id == 0x43 || ( i_table_id >= 0x50 && i_table_id <= 0x5f ) )
+ if ( i_table_id == 0x4e || ( i_table_id >= 0x50 && i_table_id <= 0x5f ) )
{
SendEIT( h_dvbpsi->p_current_section, i_extension, i_table_id );
}
More information about the dvblast-devel
mailing list