diff options
| author | jhurst <jhurst@cinecert.com> | 2016-12-02 23:28:26 +0000 |
|---|---|---|
| committer | jhurst <> | 2016-12-02 23:28:26 +0000 |
| commit | 779d581d1176e0d09ae13a65d8047509bfa11eeb (patch) | |
| tree | a7c2fefe8a33c3a8b308ed85a7acbfc881018846 /src/AS_02_internal.h | |
| parent | 5f38f82f9bfc69fdbae47a71f587ab5b7e80e594 (diff) | |
o Fixed Partiton and Preface version numbers in AS-02 files
Diffstat (limited to 'src/AS_02_internal.h')
| -rw-r--r-- | src/AS_02_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AS_02_internal.h b/src/AS_02_internal.h index 76286b1..f67af68 100644 --- a/src/AS_02_internal.h +++ b/src/AS_02_internal.h @@ -172,7 +172,7 @@ namespace AS_02 return RESULT_PARAM; } - InitHeader(); + InitHeader(MXFVersion_2011); AddSourceClip(EditRate, EditRate/*TODO: for a moment*/, TCFrameRate, TrackName, EssenceUL, DataDefinition, PackageLabel); AddEssenceDescriptor(WrappingUL); |
