Commit 3d4be9e5 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: ts: describe unknown es

parent 09871852
......@@ -5353,6 +5353,7 @@ static void PMTCallBack( void *data, dvbpsi_pmt_t *p_dvbpsipmt )
{
msg_Dbg( p_demux, " => pid %d content is *unknown*",
p_dvbpsies->i_pid );
p_pes->es.fmt.psz_description = strdup( psz_typedesc );
}
else
{
......
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