Commit 741f4af4 authored by Rafaël Carré's avatar Rafaël Carré

TS mux: AAC is not packetized using MP4

Fix f3334ccb
parent a775cc03
......@@ -967,7 +967,6 @@ static int AddStream( sout_mux_t *p_mux, sout_input_t *p_input )
//p_stream->i_stream_type = 0x11; /* LOAS/LATM */
p_stream->i_stream_type = 0x0f; /* ADTS */
p_stream->i_stream_id = 0xc0;
p_sys->i_mpeg4_streams++;
p_stream->i_es_id = p_stream->i_pid;
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