diff options
| author | Pierre-Anthony Lemieux <pal@palemieux.com> | 2020-04-25 09:39:22 -0700 |
|---|---|---|
| committer | Pierre-Anthony Lemieux <pal@palemieux.com> | 2020-04-25 09:39:22 -0700 |
| commit | 0c19889a513a74f7615f09ed8db065302d3f3c49 (patch) | |
| tree | 2346809f199a121d19247ff1b9b6f91247080457 /src | |
| parent | da198d2a3a2b772357b3333aae3eb95e96fb6d93 (diff) | |
Fix ConformsToSpecifications not being written
Diffstat (limited to 'src')
| -rwxr-xr-x | src/AS_DCP_internal.h | 2 |
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() |
