Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
f3334ccb
Commit
f3334ccb
authored
Feb 11, 2009
by
meuuh
Committed by
Christophe Mutricy
Feb 11, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix handling of AAC ADTS
Signed-off-by:
Christophe Mutricy
<
xtophe@videolan.org
>
parent
2b58c542
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/mux/mpeg/ts.c
modules/mux/mpeg/ts.c
+1
-1
No files found.
modules/mux/mpeg/ts.c
View file @
f3334ccb
...
...
@@ -1072,7 +1072,7 @@ static int AddStream( sout_mux_t *p_mux, sout_input_t *p_input )
* is implemented for AAC in TS */
//p_stream->i_stream_type = 0x11; /* LOAS/LATM */
p_stream
->
i_stream_type
=
0x0f
;
/* ADTS */
p_stream
->
i_stream_id
=
0x
fa
;
p_stream
->
i_stream_id
=
0x
c0
;
p_sys
->
i_mpeg4_streams
++
;
p_stream
->
i_es_id
=
p_stream
->
i_pid
;
break
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment