diff options
| author | jhurst <jhurst@cinecert.com> | 2015-02-22 20:16:28 +0000 |
|---|---|---|
| committer | jhurst <> | 2015-02-22 20:16:28 +0000 |
| commit | cc15da3e3cb47333f92d8701b03b0ef87a88bea4 (patch) | |
| tree | 0f1ead2c0bff304923bbe8e7c557cc9fb78ddf2e /src/Wav.cpp | |
| parent | 528cacb6122b33f73a805fbb47b4ae83a46db418 (diff) | |
megasubs
Diffstat (limited to 'src/Wav.cpp')
| -rwxr-xr-x | src/Wav.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wav.cpp b/src/Wav.cpp index 0ba3fe8..20776d5 100755 --- a/src/Wav.cpp +++ b/src/Wav.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2005-2009, John Hurst +Copyright (c) 2005-2015, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -408,7 +408,7 @@ ASDCP::RF64::SimpleRF64Header::WriteToFile(Kumu::FileWriter& OutFile) const ui32_t write_count = 0; ui64_t RIFF_len = data_len + SimpleWavHeaderLength - 8; - DefaultLogSink().Debug("RIFF_len is %llu.\n", RIFF_len); + // DefaultLogSink().Debug("RIFF_len is %llu.\n", RIFF_len); byte_t* tmp_header = NULL; ui32_t header_len = 0; |
