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/JP2K.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/JP2K.cpp') diff --git a/src/JP2K.cpp b/src/JP2K.cpp index 20ec891..ee979ba 100755 --- a/src/JP2K.cpp +++ b/src/JP2K.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2005, John Hurst +Copyright (c) 2005-2006, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -33,7 +33,8 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -#include +#include +using Kumu::DefaultLogSink; // when indexed with the second byte of a marker code, this table will procuce one of @@ -161,7 +162,7 @@ ASDCP::JP2K::Accessor::COM::Dump(FILE* stream) } else { - hexdump(CommentData(), CommentSize(), stream); + Kumu::hexdump(CommentData(), CommentSize(), stream); } } @@ -218,5 +219,5 @@ ASDCP::JP2K::GetMarkerString(Marker_t m) } // -// end +// end JP2K.cpp // -- cgit v1.2.3