Commit ce3de8e5 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: ts: add SL packetization stream description

parent 3d660b87
...@@ -5147,6 +5147,12 @@ static void PMTCallBack( void *data, dvbpsi_pmt_t *p_dvbpsipmt ) ...@@ -5147,6 +5147,12 @@ static void PMTCallBack( void *data, dvbpsi_pmt_t *p_dvbpsipmt )
case 0x0E: case 0x0E:
psz_typedesc = "ISO/IEC 13818-1 auxiliary"; psz_typedesc = "ISO/IEC 13818-1 auxiliary";
break; break;
case 0x12:
psz_typedesc = "ISO/IEC 14496-1 SL-packetized or FlexMux stream carried in PES packets";
break;
case 0x13:
psz_typedesc = "ISO/IEC 14496-1 SL-packetized or FlexMux stream carried in sections";
break;
default: default:
if (p_dvbpsies->i_type >= 0x0F && p_dvbpsies->i_type <=0x7F) if (p_dvbpsies->i_type >= 0x0F && p_dvbpsies->i_type <=0x7F)
psz_typedesc = "ISO/IEC 13818-1 Reserved"; psz_typedesc = "ISO/IEC 13818-1 Reserved";
......
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