diff --git a/matroska/KaxBlockData.h b/matroska/KaxBlockData.h index e9a4249c..a3f3e6f1 100644 --- a/matroska/KaxBlockData.h +++ b/matroska/KaxBlockData.h @@ -32,7 +32,7 @@ DECLARE_MKX_SINTEGER_CONS(KaxReferenceBlock) void SetReferencedBlock(const KaxBlockBlob * aRefdBlock); void SetReferencedBlock(const KaxBlockGroup & aRefdBlock); void SetParentBlock(const KaxBlockGroup & aParentBlock) {ParentBlock = &aParentBlock;} - void SetReferencedTimecode(std::int64_t refTimecode) { SetValue(refTimecode); bTimestampSet = true;}; + void SetReferencedTimecode(std::int64_t refTimestamp) { SetValue(refTimestamp); bTimestampSet = true;}; protected: const KaxBlockBlob * RefdBlock{nullptr};