diff options
| author | jhurst <jhurst@cinecert.com> | 2010-01-05 04:12:15 +0000 |
|---|---|---|
| committer | jhurst <> | 2010-01-05 04:12:15 +0000 |
| commit | 5975dff0adbe4feb120fe18e5bee6641f40d2559 (patch) | |
| tree | 735e8f1b28f37148baf7a704ad0c1539bdab381c /src/JP2K.cpp | |
| parent | d2bb60a0011f1d5ea555b74153c16b283f14e397 (diff) | |
undo, j2c-test
Diffstat (limited to 'src/JP2K.cpp')
| -rwxr-xr-x | src/JP2K.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/JP2K.cpp b/src/JP2K.cpp index b8c5b59..6858253 100755 --- a/src/JP2K.cpp +++ b/src/JP2K.cpp @@ -162,6 +162,7 @@ ASDCP::JP2K::Accessor::COM::Dump(FILE* stream) } else { + fprintf(stream, "COM:\n"); Kumu::hexdump(CommentData(), CommentSize(), stream); } } |
