Skip to content

Commit

Permalink
rename refTimecode parameter to refTimestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Dec 31, 2023
1 parent bf4a34e commit edc0ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matroska/KaxBlockData.h
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit edc0ea1

Please sign in to comment.