diff options
| author | jhurst <jhurst@cinecert.com> | 2016-12-03 21:26:24 +0000 |
|---|---|---|
| committer | jhurst <> | 2016-12-03 21:26:24 +0000 |
| commit | 74e6b1105dffe52c6f347d723507ab346eabbb5a (patch) | |
| tree | b0e166ee8988cc9f2b150691effd0c4a1fa77cbd /src/h__02_Writer.cpp | |
| parent | 779d581d1176e0d09ae13a65d8047509bfa11eeb (diff) | |
o Fixed *all* Partiton version numbers in AS-02 files
Diffstat (limited to 'src/h__02_Writer.cpp')
| -rw-r--r-- | src/h__02_Writer.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/h__02_Writer.cpp b/src/h__02_Writer.cpp index f400afd..62f21f2 100644 --- a/src/h__02_Writer.cpp +++ b/src/h__02_Writer.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2011-2013, Robert Scheler, Heiko Sparenberg Fraunhofer IIS, +Copyright (c) 2011-2016, Robert Scheler, Heiko Sparenberg Fraunhofer IIS, John Hurst All rights reserved. @@ -199,6 +199,8 @@ AS_02::h__AS02WriterFrame::WriteEKLVPacket(const ASDCP::FrameBuffer& FrameBuf,co UL body_ul(m_Dict->ul(MDD_ClosedCompleteBodyPartition)); Partition body_part(m_Dict); + body_part.MajorVersion = m_HeaderPart.MajorVersion; + body_part.MinorVersion = m_HeaderPart.MinorVersion; body_part.BodySID = 1; body_part.OperationalPattern = m_HeaderPart.OperationalPattern; body_part.EssenceContainers = m_HeaderPart.EssenceContainers; |
