summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPierre-Anthony Lemieux <pal@palemieux.com>2020-04-25 09:39:22 -0700
committerPierre-Anthony Lemieux <pal@palemieux.com>2020-04-25 09:39:22 -0700
commit0c19889a513a74f7615f09ed8db065302d3f3c49 (patch)
tree2346809f199a121d19247ff1b9b6f91247080457 /src
parentda198d2a3a2b772357b3333aae3eb95e96fb6d93 (diff)
Fix ConformsToSpecifications not being written
Diffstat (limited to 'src')
-rwxr-xr-xsrc/AS_DCP_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/AS_DCP_internal.h b/src/AS_DCP_internal.h
index f14bfa0..c1ec275 100755
--- a/src/AS_DCP_internal.h
+++ b/src/AS_DCP_internal.h
@@ -637,6 +637,8 @@ namespace ASDCP
if (conformsToSpecifications && conformsToSpecifications->size() > 0) {
+ m_HeaderPart.m_Preface->ConformsToSpecifications.set_has_value();
+
m_HeaderPart.m_Preface->ConformsToSpecifications.get().insert(
conformsToSpecifications->begin(),
conformsToSpecifications->end()