diff options
| author | jhurst <jhurst@cinecert.com> | 2006-10-19 02:59:54 +0000 |
|---|---|---|
| committer | jhurst <> | 2006-10-19 02:59:54 +0000 |
| commit | 6b5d04290663a89cb8666cdc1c0df238d065a981 (patch) | |
| tree | 89a28617a95019d459bfe2a67a20b9225102e5a1 /src/MXF.h | |
| parent | 82140b626463d12393c40bb34ff98433e16b2360 (diff) | |
Denis' bug fixes
Diffstat (limited to 'src/MXF.h')
| -rwxr-xr-x | src/MXF.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -259,6 +259,9 @@ namespace ASDCP i8_t KeyFrameOffset; ui8_t Flags; ui64_t StreamOffset; + + // if you use these, you will need to change CBRIndexEntriesPerSegment in MXF.cpp + // to a more suitable value // std::list<ui32_t> SliceOffset; // Array<Rational> PosTable; |
