summaryrefslogtreecommitdiff
path: root/src/S12MTimecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/S12MTimecode.h')
-rw-r--r--src/S12MTimecode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/S12MTimecode.h b/src/S12MTimecode.h
index 23ccbb4..0a88528 100644
--- a/src/S12MTimecode.h
+++ b/src/S12MTimecode.h
@@ -130,6 +130,7 @@ public:
// IArchive
bool HasValue() const { return (m_FPS > 0); }
+ ui32_t ArchiveLength() const { return sizeof(ui32_t)*2; }
bool Archive(Kumu::MemIOWriter* Writer) const
{