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/h__Writer.cpp | |
| parent | 5f38f82f9bfc69fdbae47a71f587ab5b7e80e594 (diff) | |
o Fixed Partiton and Preface version numbers in AS-02 files
Diffstat (limited to 'src/h__Writer.cpp')
| -rwxr-xr-x | src/h__Writer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/h__Writer.cpp b/src/h__Writer.cpp index 07d418f..93388cd 100755 --- a/src/h__Writer.cpp +++ b/src/h__Writer.cpp @@ -141,7 +141,7 @@ ASDCP::h__ASDCPWriter::WriteASDCPHeader(const std::string& PackageLabel, const U const std::string& TrackName, const UL& EssenceUL, const UL& DataDefinition, const MXF::Rational& EditRate, ui32_t TCFrameRate, ui32_t BytesPerEditUnit) { - InitHeader(); + InitHeader(MXFVersion_2004); // First RIP Entry if ( m_Info.LabelSetType == LS_MXF_SMPTE ) // ERK |
