X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2FJP2K.cpp;h=6858253f1e3768f3947ce820b34a6641dc7d5605;hb=f6382ee078c3d7de2dbf3a01f5624345d2c61e4a;hp=3dd073f9fc0c64b1929751f57467a9bd7fb5fd04;hpb=70bbc088b0b8f079c41b07141bec35447be469c5;p=asdcplib.git diff --git a/src/JP2K.cpp b/src/JP2K.cpp index 3dd073f..6858253 100755 --- a/src/JP2K.cpp +++ b/src/JP2K.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2005-2006, John Hurst +Copyright (c) 2005-2009, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -162,6 +162,7 @@ ASDCP::JP2K::Accessor::COM::Dump(FILE* stream) } else { + fprintf(stream, "COM:\n"); Kumu::hexdump(CommentData(), CommentSize(), stream); } }