Commit c36cc85e authored by Francois Cartegnie's avatar Francois Cartegnie

demux: ts: add simulcast descriptor info

parent c755d4c7
......@@ -4061,6 +4061,11 @@ static void PMTCallBack( void *data, dvbpsi_pmt_t *p_pmt )
}
break;
case 0x88: /* EACEM Simulcast HD Logical channels ordering */
msg_Dbg( p_demux, " * descriptor : EACEM Simulcast HD" );
/* TODO: apply visibility flags */
break;
default:
msg_Dbg( p_demux, " * descriptor : unknown (0x%x)", p_dr->i_tag );
}
......
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