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/AS_02_internal.h | |
| parent | 779d581d1176e0d09ae13a65d8047509bfa11eeb (diff) | |
o Fixed *all* Partiton version numbers in AS-02 files
Diffstat (limited to 'src/AS_02_internal.h')
| -rw-r--r-- | src/AS_02_internal.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/AS_02_internal.h b/src/AS_02_internal.h index f67af68..9153ac9 100644 --- a/src/AS_02_internal.h +++ b/src/AS_02_internal.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2011-2015, Robert Scheler, Heiko Sparenberg Fraunhofer IIS, +Copyright (c) 2011-2016, Robert Scheler, Heiko Sparenberg Fraunhofer IIS, John Hurst All rights reserved. @@ -193,6 +193,8 @@ namespace AS_02 UL body_ul(this->m_Dict->ul(MDD_ClosedCompleteBodyPartition)); Partition body_part(this->m_Dict); body_part.BodySID = 1; + body_part.MajorVersion = this->m_HeaderPart.MajorVersion; + body_part.MinorVersion = this->m_HeaderPart.MinorVersion; body_part.OperationalPattern = this->m_HeaderPart.OperationalPattern; body_part.EssenceContainers = this->m_HeaderPart.EssenceContainers; body_part.ThisPartition = this->m_ECStart; @@ -231,6 +233,8 @@ namespace AS_02 this->m_HeaderPart.FooterPartition = here; assert(this->m_Dict); + footer_part.MajorVersion = this->m_HeaderPart.MajorVersion; + footer_part.MinorVersion = this->m_HeaderPart.MinorVersion; footer_part.OperationalPattern = this->m_HeaderPart.OperationalPattern; footer_part.EssenceContainers = this->m_HeaderPart.EssenceContainers; footer_part.FooterPartition = here; |
