diff options
| author | msheby <msheby@cinecert.com> | 2008-02-05 23:06:46 +0000 |
|---|---|---|
| committer | msheby <> | 2008-02-05 23:06:46 +0000 |
| commit | e53d66e7e934636b2d7c9eed15816eae23dacf53 (patch) | |
| tree | ac0de9545ecbd68ad15906591bfddc6a20d27168 /src/h__Writer.cpp | |
| parent | c62eaeb59fcee94e64b7fda045840e89f5e21e30 (diff) | |
Move to 32-bit-based pipeline.
Diffstat (limited to 'src/h__Writer.cpp')
| -rwxr-xr-x | src/h__Writer.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/h__Writer.cpp b/src/h__Writer.cpp index 4e5bafe..4517966 100755 --- a/src/h__Writer.cpp +++ b/src/h__Writer.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2004-2007, John Hurst +Copyright (c) 2004-2008, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -358,8 +358,11 @@ ASDCP::h__Writer::AddEssenceDescriptor(const UL& WrappingUL) m_HeaderPart.m_Preface->PrimaryPackage = m_FilePackage->InstanceUID; // - // Encryption Descriptor + // Essence Descriptors // + UL GenericContainerUL(Dict::ul(MDD_GCMulti)); + m_HeaderPart.EssenceContainers.push_back(GenericContainerUL); + if ( m_Info.EncryptedEssence ) { UL CryptEssenceUL(Dict::ul(MDD_EncryptedContainerLabel)); @@ -369,7 +372,6 @@ ASDCP::h__Writer::AddEssenceDescriptor(const UL& WrappingUL) } else { - m_HeaderPart.EssenceContainers.push_back(UL(Dict::ul(MDD_GCMulti))); m_HeaderPart.EssenceContainers.push_back(WrappingUL); } |
