diff options
| author | jhurst <jhurst@cinecert.com> | 2013-06-04 05:22:27 +0000 |
|---|---|---|
| committer | jhurst <> | 2013-06-04 05:22:27 +0000 |
| commit | 12051ad32d54a72a1a8682e15af1a185a61f1c61 (patch) | |
| tree | 952a756375d6fd0c53d36d7521d2cc4ec355ddd5 /src/Index.cpp | |
| parent | de10f4a1f35fce05226b267baf6622e67e3d4c83 (diff) | |
working j2c as-02
Diffstat (limited to 'src/Index.cpp')
| -rwxr-xr-x | src/Index.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Index.cpp b/src/Index.cpp index f377585..42bdce0 100755 --- a/src/Index.cpp +++ b/src/Index.cpp @@ -136,7 +136,7 @@ ASDCP::MXF::IndexTableSegment::Dump(FILE* stream) fprintf(stream, " DeltaEntryArray:\n"); DeltaEntryArray.Dump(stream); - if ( IndexEntryArray.size() < 100 ) + if ( IndexEntryArray.size() < 1000 ) { fprintf(stream, " IndexEntryArray:\n"); IndexEntryArray.Dump(stream); |
