diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-09-29 12:25:44 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-09-29 12:25:44 +0000 |
commit | 1159f6340a406a4fc9786f36c9aae72833ef27ae (patch) | |
tree | 2c2910d117778a59377643462d9d69f7b6810e9d /libavformat/mxf.c | |
parent | dd202ff65d0a42d0b7cef5931c322fe59368deea (diff) | |
download | ffmpeg-1159f6340a406a4fc9786f36c9aae72833ef27ae.tar.gz |
add another data definition ul
Originally committed as revision 6381 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mxf.c')
-rw-r--r-- | libavformat/mxf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mxf.c b/libavformat/mxf.c index 1960e4bedf..28949ff38e 100644 --- a/libavformat/mxf.c +++ b/libavformat/mxf.c @@ -623,6 +623,7 @@ static int mxf_read_metadata_generic_descriptor(MXFContext *mxf, KLVPacket *klv) static const MXFDataDefinitionUL mxf_data_definition_uls[] = { { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x01,0x03,0x02,0x02,0x01,0x00,0x00,0x00 }, CODEC_TYPE_VIDEO }, { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x01,0x03,0x02,0x02,0x02,0x00,0x00,0x00 }, CODEC_TYPE_AUDIO }, + { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x05,0x01,0x03,0x02,0x02,0x02,0x02,0x00,0x00 }, CODEC_TYPE_AUDIO }, { { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }, CODEC_TYPE_DATA }, }; |