Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
6d40f88c
Commit
6d40f88c
authored
Sep 10, 2011
by
Joakim Plate
Committed by
Michael Niedermayer
Sep 10, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mpegts: Some additional HDMV types and reg descriptors for mpegts
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
7db7eb08
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
mpegts.c
libavformat/mpegts.c
+6
-0
No files found.
libavformat/mpegts.c
View file @
6d40f88c
...
@@ -540,6 +540,8 @@ static const StreamType HDMV_types[] = {
...
@@ -540,6 +540,8 @@ static const StreamType HDMV_types[] = {
{
0x82
,
AVMEDIA_TYPE_AUDIO
,
CODEC_ID_DTS
},
{
0x82
,
AVMEDIA_TYPE_AUDIO
,
CODEC_ID_DTS
},
{
0x83
,
AVMEDIA_TYPE_AUDIO
,
CODEC_ID_TRUEHD
},
{
0x83
,
AVMEDIA_TYPE_AUDIO
,
CODEC_ID_TRUEHD
},
{
0x84
,
AVMEDIA_TYPE_AUDIO
,
CODEC_ID_EAC3
},
{
0x84
,
AVMEDIA_TYPE_AUDIO
,
CODEC_ID_EAC3
},
{
0x85
,
AVMEDIA_TYPE_AUDIO
,
CODEC_ID_DTS
},
/* DTS HD */
{
0x86
,
AVMEDIA_TYPE_AUDIO
,
CODEC_ID_DTS
},
/* DTS HD MASTER*/
{
0x90
,
AVMEDIA_TYPE_SUBTITLE
,
CODEC_ID_HDMV_PGS_SUBTITLE
},
{
0x90
,
AVMEDIA_TYPE_SUBTITLE
,
CODEC_ID_HDMV_PGS_SUBTITLE
},
{
0
},
{
0
},
};
};
...
@@ -555,6 +557,10 @@ static const StreamType REGD_types[] = {
...
@@ -555,6 +557,10 @@ static const StreamType REGD_types[] = {
{
MKTAG
(
'd'
,
'r'
,
'a'
,
'c'
),
AVMEDIA_TYPE_VIDEO
,
CODEC_ID_DIRAC
},
{
MKTAG
(
'd'
,
'r'
,
'a'
,
'c'
),
AVMEDIA_TYPE_VIDEO
,
CODEC_ID_DIRAC
},
{
MKTAG
(
'A'
,
'C'
,
'-'
,
'3'
),
AVMEDIA_TYPE_AUDIO
,
CODEC_ID_AC3
},
{
MKTAG
(
'A'
,
'C'
,
'-'
,
'3'
),
AVMEDIA_TYPE_AUDIO
,
CODEC_ID_AC3
},
{
MKTAG
(
'B'
,
'S'
,
'S'
,
'D'
),
AVMEDIA_TYPE_AUDIO
,
CODEC_ID_S302M
},
{
MKTAG
(
'B'
,
'S'
,
'S'
,
'D'
),
AVMEDIA_TYPE_AUDIO
,
CODEC_ID_S302M
},
{
MKTAG
(
'D'
,
'T'
,
'S'
,
'1'
),
AVMEDIA_TYPE_AUDIO
,
CODEC_ID_DTS
},
{
MKTAG
(
'D'
,
'T'
,
'S'
,
'2'
),
AVMEDIA_TYPE_AUDIO
,
CODEC_ID_DTS
},
{
MKTAG
(
'D'
,
'T'
,
'S'
,
'3'
),
AVMEDIA_TYPE_AUDIO
,
CODEC_ID_DTS
},
{
MKTAG
(
'V'
,
'C'
,
'-'
,
'1'
),
AVMEDIA_TYPE_VIDEO
,
CODEC_ID_VC1
},
{
0
},
{
0
},
};
};
...
...
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