Commit 00bf960c authored by Francois Cartegnie's avatar Francois Cartegnie

ts: handle support for ISO/IEC 14496-3 Audio stream type. (fix #7769)

Reserved stream types allocated in TREC H222.0
parent ad03b4e1
......@@ -2405,6 +2405,8 @@ static void PIDFillFormat( ts_es_t *es, int i_stream_type )
break;
case 0x11: /* MPEG4 (audio) LATM */
case 0x0f: /* ISO/IEC 13818-7 Audio with ADTS transport syntax */
case 0x1c: /* ISO/IEC 14496-3 Audio, without using any additional
transport syntax, such as DST, ALS and SLS */
es_format_Init( fmt, AUDIO_ES, VLC_CODEC_MP4A );
break;
case 0x10: /* MPEG4 (video) */
......
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