diff options
| author | jhurst <jhurst@cinecert.com> | 2008-01-31 23:41:26 +0000 |
|---|---|---|
| committer | jhurst <> | 2008-01-31 23:41:26 +0000 |
| commit | 766b93f3654e6e80623a84774fce0307694340f9 (patch) | |
| tree | caddf9aad635d0d5c3aee93cc5241e1894c83be7 /src/MXF.cpp | |
| parent | 411d88765d9373d0fa61e832bb517fb5f501d251 (diff) | |
build fixes from DTS
Diffstat (limited to 'src/MXF.cpp')
| -rwxr-xr-x | src/MXF.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/MXF.cpp b/src/MXF.cpp index be8f031..f2756ab 100755 --- a/src/MXF.cpp +++ b/src/MXF.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2005-2007, John Hurst +Copyright (c) 2005-2008, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -32,7 +32,9 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "MXF.h" #include "Metadata.h" #include <KM_log.h> + using Kumu::DefaultLogSink; +using Kumu::GenRandomValue; // index segments must be < 64K // NOTE: this value may too high if advanced index entry elements are used. |
