diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-10-27 00:21:42 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-10-27 00:21:42 +0000 |
commit | 785b0f3c548c88078a6a955f9aaaca512e881726 (patch) | |
tree | d1a2551daf81eb0aa273cfdc07077f8acb0a6d05 | |
parent | bee2eac594deb4651a36ad2c8c83604dc70128cd (diff) | |
download | ffmpeg-785b0f3c548c88078a6a955f9aaaca512e881726.tar.gz |
fix umid base value, use revision 5 and generic material type
Originally committed as revision 15723 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/mxfenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c index 0ec1c48913..58cdeefb89 100644 --- a/libavformat/mxfenc.c +++ b/libavformat/mxfenc.c @@ -78,7 +78,7 @@ typedef struct MXFContext { } MXFContext; static const uint8_t uuid_base[] = { 0xAD,0xAB,0x44,0x24,0x2f,0x25,0x4d,0xc7,0x92,0xff,0x29,0xbd }; -static const uint8_t umid_base[] = { 0x06,0x0A,0x2B,0x34,0x01,0x01,0x01,0x01,0x01,0x01,0x0F,0x00,0x13,0x00,0x00,0x00 }; +static const uint8_t umid_base[] = { 0x06,0x0A,0x2B,0x34,0x01,0x01,0x01,0x05,0x01,0x01,0x0D,0x00,0x13,0x00,0x00,0x00 }; /** * complete key for operation pattern, partitions, and primer pack |