Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts network: disable DAB builder - we need a special parser
  • Loading branch information
perexg committed Jan 7, 2016
1 parent 196b1d9 commit 6b00c26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/input/mpegts/mpegts_network_dvb.c
Expand Up @@ -820,7 +820,9 @@ static const idclass_t* dvb_network_classes[] = {
&dvb_network_isdb_t_class,
&dvb_network_isdb_c_class,
&dvb_network_isdb_s_class,
#if 0 /* TODO: write DAB stream parser */
&dvb_network_dab_class
#endif
};

void dvb_network_init ( void )
Expand Down

0 comments on commit 6b00c26

Please sign in to comment.