Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
EIT parser: register interest also for table 0x4e - actual transpont …
…stream - current/following
  • Loading branch information
perexg committed Sep 24, 2015
1 parent 754bc38 commit e2ee2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epggrab/module/eit.c
Expand Up @@ -618,7 +618,7 @@ _eit_callback
// TODO: extra ID should probably include onid

/* Register interest */
if (tableid >= 0x50)
if (tableid == 0x4e || tableid >= 0x50)
ota = epggrab_ota_register((epggrab_module_ota_t*)mod, NULL, mm);

/* Begin */
Expand Down

0 comments on commit e2ee2a7

Please sign in to comment.