summaryrefslogtreecommitdiff
path: root/src/Index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Index.cpp')
-rwxr-xr-xsrc/Index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Index.cpp b/src/Index.cpp
index 42bdce0..b7796bc 100755
--- a/src/Index.cpp
+++ b/src/Index.cpp
@@ -35,7 +35,7 @@ const ui32_t kl_length = ASDCP::SMPTE_UL_LENGTH + ASDCP::MXF_BER_LENGTH;
//
ASDCP::MXF::IndexTableSegment::IndexTableSegment(const Dictionary*& d) :
- InterchangeObject(d), m_Dict(d),
+ InterchangeObject(d), m_Dict(d), RtFileOffset(0), RtEntryOffset(0),
IndexStartPosition(0), IndexDuration(0), EditUnitByteCount(0),
IndexSID(129), BodySID(1), SliceCount(0), PosTableCount(0)
{