Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
92ebb332
Commit
92ebb332
authored
Mar 03, 2014
by
Luca Barbato
Browse files
mxf: Add additional H264 PictureEssenceCoding
Unbreak some MXF Proxy files.
parent
dbd12523
Changes
1
Hide whitespace changes
Inline
Side-by-side
libavformat/mxf.c
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 */
...
...
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