Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
92ebb332
Commit
92ebb332
authored
11 years ago
by
Luca Barbato
Browse files
Options
Downloads
Patches
Plain Diff
mxf: Add additional H264 PictureEssenceCoding
Unbreak some MXF Proxy files.
parent
dbd12523
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libavformat/mxf.c
+1
-0
1 addition, 0 deletions
libavformat/mxf.c
with
1 addition
and
0 deletions
libavformat/mxf.c
+
1
−
0
View file @
92ebb332
...
...
@@ -45,6 +45,7 @@ const MXFCodecUL ff_mxf_codec_uls[] = {
{
{
0x06
,
0x0E
,
0x2B
,
0x34
,
0x04
,
0x01
,
0x01
,
0x01
,
0x04
,
0x01
,
0x02
,
0x02
,
0x71
,
0x00
,
0x00
,
0x00
},
13
,
AV_CODEC_ID_DNXHD
},
/* SMPTE VC-3/DNxHD */
{
{
0x06
,
0x0E
,
0x2B
,
0x34
,
0x04
,
0x01
,
0x01
,
0x01
,
0x04
,
0x01
,
0x02
,
0x02
,
0x03
,
0x02
,
0x00
,
0x00
},
14
,
AV_CODEC_ID_DNXHD
},
/* SMPTE VC-3/DNxHD */
{
{
0x06
,
0x0E
,
0x2B
,
0x34
,
0x04
,
0x01
,
0x01
,
0x0A
,
0x04
,
0x01
,
0x02
,
0x02
,
0x01
,
0x32
,
0x00
,
0x00
},
14
,
AV_CODEC_ID_H264
},
/* H.264/MPEG-4 AVC Intra */
{
{
0x06
,
0x0E
,
0x2B
,
0x34
,
0x04
,
0x01
,
0x01
,
0x0A
,
0x04
,
0x01
,
0x02
,
0x02
,
0x01
,
0x31
,
0x11
,
0x01
},
14
,
AV_CODEC_ID_H264
},
/* H.264/MPEG-4 AVC SPS/PPS in-band */
{
{
0x06
,
0x0E
,
0x2B
,
0x34
,
0x04
,
0x01
,
0x01
,
0x0A
,
0x04
,
0x01
,
0x02
,
0x01
,
0x01
,
0x02
,
0x02
,
0x00
},
15
,
AV_CODEC_ID_V210
},
/* V210 */
/* SoundEssenceCompression */
{
{
0x06
,
0x0E
,
0x2B
,
0x34
,
0x04
,
0x01
,
0x01
,
0x01
,
0x04
,
0x02
,
0x02
,
0x01
,
0x00
,
0x00
,
0x00
,
0x00
},
13
,
AV_CODEC_ID_PCM_S16LE
},
/* Uncompressed */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment