Commit 9cec0d23 authored by massiot's avatar massiot

* demux.c: Typo int the EITp/f table_id, spotted by Marian Ďurkovič. Thanks !


git-svn-id: svn://svn.videolan.org/dvblast/trunk@15 55d3f8b6-4a41-4d2d-a900-313d1436a5b8
parent b1113c87
......@@ -1246,7 +1246,7 @@ static void PSITableCallback( void *_unused, dvbpsi_handle h_dvbpsi,
{
/* 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 );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment