Commit 821e3660 authored by Christophe Massiot's avatar Christophe Massiot Committed by Christophe Mutricy

Fix handling of AAC ADTS

(cherry picked from commit f3334ccb)
Signed-off-by: default avatarChristophe Mutricy <xtophe@videolan.org>
parent f0764ce4
...@@ -1065,7 +1065,7 @@ static int AddStream( sout_mux_t *p_mux, sout_input_t *p_input ) ...@@ -1065,7 +1065,7 @@ static int AddStream( sout_mux_t *p_mux, sout_input_t *p_input )
* is implemented for AAC in TS */ * is implemented for AAC in TS */
//p_stream->i_stream_type = 0x11; /* LOAS/LATM */ //p_stream->i_stream_type = 0x11; /* LOAS/LATM */
p_stream->i_stream_type = 0x0f; /* ADTS */ p_stream->i_stream_type = 0x0f; /* ADTS */
p_stream->i_stream_id = 0xfa; p_stream->i_stream_id = 0xc0;
p_sys->i_mpeg4_streams++; p_sys->i_mpeg4_streams++;
p_stream->i_es_id = p_stream->i_pid; p_stream->i_es_id = p_stream->i_pid;
break; break;
......
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