Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
00bf960c
Commit
00bf960c
authored
Aug 24, 2013
by
Francois Cartegnie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ts: handle support for ISO/IEC 14496-3 Audio stream type. (fix #7769)
Reserved stream types allocated in TREC H222.0
parent
ad03b4e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/demux/ts.c
modules/demux/ts.c
+2
-0
No files found.
modules/demux/ts.c
View file @
00bf960c
...
...
@@ -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) */
...
...
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