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
a33b2c7e
Commit
a33b2c7e
authored
Jan 19, 2008
by
Baptiste Coudurier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simplify with matching len
Originally committed as revision 11568 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
51169b61
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
11 deletions
+5
-11
mxf.c
libavformat/mxf.c
+5
-11
No files found.
libavformat/mxf.c
View file @
a33b2c7e
...
...
@@ -642,20 +642,14 @@ static const MXFCodecUL mxf_codec_uls[] = {
};
static
const
MXFCodecUL
mxf_picture_essence_container_uls
[]
=
{
{
{
0x06
,
0x0E
,
0x2B
,
0x34
,
0x04
,
0x01
,
0x01
,
0x02
,
0x0D
,
0x01
,
0x03
,
0x01
,
0x02
,
0x04
,
0x60
,
0x01
},
16
,
CODEC_ID_MPEG2VIDEO
},
/* MPEG-ES Frame wrapped */
{
{
0x06
,
0x0E
,
0x2B
,
0x34
,
0x04
,
0x01
,
0x01
,
0x02
,
0x0D
,
0x01
,
0x03
,
0x01
,
0x02
,
0x04
,
0xe0
,
0x02
},
16
,
CODEC_ID_MPEG2VIDEO
},
/* MPEG-ES Clip wrapped, 0xe0 MPV stream id */
{
{
0x06
,
0x0E
,
0x2B
,
0x34
,
0x04
,
0x01
,
0x01
,
0x01
,
0x0D
,
0x01
,
0x03
,
0x01
,
0x02
,
0x04
,
0x61
,
0x07
},
16
,
CODEC_ID_MPEG2VIDEO
},
/* MPEG-ES Custom wrapped, 0x61 ??? stream id */
{
{
0x06
,
0x0E
,
0x2B
,
0x34
,
0x04
,
0x01
,
0x01
,
0x01
,
0x0D
,
0x01
,
0x03
,
0x01
,
0x02
,
0x02
,
0x41
,
0x01
},
16
,
CODEC_ID_DVVIDEO
},
/* DV 625 25mbps */
{
{
0x06
,
0x0E
,
0x2B
,
0x34
,
0x04
,
0x01
,
0x01
,
0x01
,
0x0D
,
0x01
,
0x03
,
0x01
,
0x02
,
0x02
,
0x3F
,
0x01
},
16
,
CODEC_ID_DVVIDEO
},
/* DV IEC 625 25mbps */
{
{
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
},
16
,
CODEC_ID_NONE
},
{
{
0x06
,
0x0E
,
0x2B
,
0x34
,
0x04
,
0x01
,
0x01
,
0x02
,
0x0D
,
0x01
,
0x03
,
0x01
,
0x02
,
0x04
,
0x60
,
0x01
},
14
,
CODEC_ID_MPEG2VIDEO
},
/* MPEG-ES Frame wrapped */
{
{
0x06
,
0x0E
,
0x2B
,
0x34
,
0x04
,
0x01
,
0x01
,
0x01
,
0x0D
,
0x01
,
0x03
,
0x01
,
0x02
,
0x02
,
0x41
,
0x01
},
14
,
CODEC_ID_DVVIDEO
},
/* DV 625 25mbps */
{
{
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
},
0
,
CODEC_ID_NONE
},
};
static
const
MXFCodecUL
mxf_sound_essence_container_uls
[]
=
{
{
{
0x06
,
0x0E
,
0x2B
,
0x34
,
0x04
,
0x01
,
0x01
,
0x01
,
0x0D
,
0x01
,
0x03
,
0x01
,
0x02
,
0x06
,
0x01
,
0x00
},
16
,
CODEC_ID_PCM_S16LE
},
/* BWF Frame wrapped */
{
{
0x06
,
0x0E
,
0x2B
,
0x34
,
0x04
,
0x01
,
0x01
,
0x01
,
0x0D
,
0x01
,
0x03
,
0x01
,
0x02
,
0x06
,
0x03
,
0x00
},
16
,
CODEC_ID_PCM_S16LE
},
/* AES Frame wrapped */
{
{
0x06
,
0x0E
,
0x2B
,
0x34
,
0x04
,
0x01
,
0x01
,
0x02
,
0x0D
,
0x01
,
0x03
,
0x01
,
0x02
,
0x04
,
0x40
,
0x01
},
16
,
CODEC_ID_MP2
},
/* MPEG-ES Frame wrapped, 0x40 ??? stream id */
{
{
0x06
,
0x0E
,
0x2B
,
0x34
,
0x04
,
0x01
,
0x01
,
0x02
,
0x0D
,
0x01
,
0x03
,
0x01
,
0x02
,
0x04
,
0xc0
,
0x01
},
16
,
CODEC_ID_MP2
},
/* MPEG-ES Frame wrapped, 0xc0 MPA stream id */
{
{
0x06
,
0x0E
,
0x2B
,
0x34
,
0x04
,
0x01
,
0x01
,
0x02
,
0x0D
,
0x01
,
0x03
,
0x01
,
0x02
,
0x04
,
0xc0
,
0x02
},
16
,
CODEC_ID_MP2
},
/* MPEG-ES Clip wrapped, 0xc0 MPA stream id */
{
{
0x06
,
0x0E
,
0x2B
,
0x34
,
0x04
,
0x01
,
0x01
,
0x01
,
0x0D
,
0x01
,
0x03
,
0x01
,
0x02
,
0x06
,
0x01
,
0x00
},
14
,
CODEC_ID_PCM_S16LE
},
/* BWF Frame wrapped */
{
{
0x06
,
0x0E
,
0x2B
,
0x34
,
0x04
,
0x01
,
0x01
,
0x02
,
0x0D
,
0x01
,
0x03
,
0x01
,
0x02
,
0x04
,
0x40
,
0x01
},
14
,
CODEC_ID_MP2
},
/* MPEG-ES Frame wrapped, 0x40 ??? stream id */
{
{
0x06
,
0x0E
,
0x2B
,
0x34
,
0x04
,
0x01
,
0x01
,
0x01
,
0x0D
,
0x01
,
0x03
,
0x01
,
0x02
,
0x01
,
0x01
,
0x01
},
14
,
CODEC_ID_PCM_S16LE
},
/* D-10 Mapping 50Mbps PAL Extended Template */
{
{
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
},
0
,
CODEC_ID_NONE
},
};
...
...
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