From bfedf725dac9d13f3a02fe69f45c302ab29d2b1e Mon Sep 17 00:00:00 2001 From: jhurst Date: Wed, 5 Apr 2006 23:03:55 +0000 Subject: ginormo merge-back with Kumu, SMPTE MIC key and MPEG parser fix --- src/PCM_Parser.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/PCM_Parser.cpp') diff --git a/src/PCM_Parser.cpp b/src/PCM_Parser.cpp index 331bebf..f3e32db 100755 --- a/src/PCM_Parser.cpp +++ b/src/PCM_Parser.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2004, John Hurst +Copyright (c) 2004-2006, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -31,6 +31,8 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include +#include +using Kumu::DefaultLogSink; using namespace ASDCP; using namespace ASDCP::PCM; @@ -42,7 +44,7 @@ using namespace ASDCP::Wav; // class ASDCP::PCM::WAVParser::h__WAVParser { - FileReader m_FileReader; + Kumu::FileReader m_FileReader; bool m_EOF; ui32_t m_DataStart; ui32_t m_DataLength; -- cgit v1.2.3