From cc15da3e3cb47333f92d8701b03b0ef87a88bea4 Mon Sep 17 00:00:00 2001 From: jhurst Date: Sun, 22 Feb 2015 20:16:28 +0000 Subject: megasubs --- src/Wav.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Wav.cpp') 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; -- cgit v1.2.3