diff options
| author | jhurst <jhurst@cinecert.com> | 2006-04-05 23:48:39 +0000 |
|---|---|---|
| committer | jhurst <> | 2006-04-05 23:48:39 +0000 |
| commit | 34464c5616c053942cf7bdbb919bd8845cb0ceae (patch) | |
| tree | e90794a5209c5d98c5c2502e73a825c2845651dd /src/MXF.h | |
| parent | bfedf725dac9d13f3a02fe69f45c302ab29d2b1e (diff) | |
compatibility fixes (and a stupidbug)
Diffstat (limited to 'src/MXF.h')
| -rwxr-xr-x | src/MXF.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -327,7 +327,7 @@ namespace ASDCP ASDCP_NO_COPY_CONSTRUCT(OPAtomIndexFooter); public: - fpos_t m_ECOffset; + Kumu::fpos_t m_ECOffset; IPrimerLookup* m_Lookup; OPAtomIndexFooter(); @@ -339,7 +339,7 @@ namespace ASDCP virtual Result_t Lookup(ui32_t frame_num, IndexTableSegment::IndexEntry&); virtual void PushIndexEntry(const IndexTableSegment::IndexEntry&); virtual void SetIndexParamsCBR(IPrimerLookup* lookup, ui32_t size, const Rational& Rate); - virtual void SetIndexParamsVBR(IPrimerLookup* lookup, const Rational& Rate, fpos_t offset); + virtual void SetIndexParamsVBR(IPrimerLookup* lookup, const Rational& Rate, Kumu::fpos_t offset); }; } // namespace MXF |
