Commit e800ac9c authored by Francois Cartegnie's avatar Francois Cartegnie

demux: ts: add private data pmt descriptor info

parent 55908df8
......@@ -4073,6 +4073,10 @@ static void PMTCallBack( void *data, dvbpsi_pmt_t *p_pmt )
}
break;
case 0x0f:
msg_Dbg( p_demux, " * descriptor : Private Data (0x0f)" );
break;
case 0x88: /* EACEM Simulcast HD Logical channels ordering */
msg_Dbg( p_demux, " * descriptor : EACEM Simulcast HD" );
/* TODO: apply visibility flags */
......
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