diff options
| author | John Hurst <jhurst@cinecert.com> | 2023-07-31 08:00:50 -0700 |
|---|---|---|
| committer | John Hurst <jhurst@cinecert.com> | 2023-07-31 08:00:50 -0700 |
| commit | 31e6bb2b3dfc330ae9ca35add278836cdc6ad19a (patch) | |
| tree | a6d915a1bd217548020bcdbbb9080f848ae06a8c /src/h__02_Reader.cpp | |
| parent | 017b179b97e034981f803591070b886f3a9e70bb (diff) | |
fix: allow full 64 bits of index duration through API
Diffstat (limited to 'src/h__02_Reader.cpp')
| -rw-r--r-- | src/h__02_Reader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/h__02_Reader.cpp b/src/h__02_Reader.cpp index 17c5871..a876f35 100644 --- a/src/h__02_Reader.cpp +++ b/src/h__02_Reader.cpp @@ -336,7 +336,7 @@ AS_02::MXF::AS02IndexReader::GetMDObjectsByType(const byte_t* ObjectID, std::lis // -ui32_t +ui64_t AS_02::MXF::AS02IndexReader::GetDuration() const { return m_Duration; |
