summaryrefslogtreecommitdiff
path: root/asdcplib/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-02-02 12:04:23 +0000
committerCarl Hetherington <cth@carlh.net>2013-02-02 12:04:23 +0000
commitbb41c81485834a31c178cf2b2f4b5345aa00e5b4 (patch)
tree597621103a09e5639a73804c8b60204b7d85b588 /asdcplib/src
parentfe4c98bdc865290d10e70ebab7e48247d390f4c4 (diff)
Basics of fake write seem to work.
Diffstat (limited to 'asdcplib/src')
-rwxr-xr-xasdcplib/src/AS_DCP_JP2K.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/asdcplib/src/AS_DCP_JP2K.cpp b/asdcplib/src/AS_DCP_JP2K.cpp
index 05f5e005..e67bd8df 100755
--- a/asdcplib/src/AS_DCP_JP2K.cpp
+++ b/asdcplib/src/AS_DCP_JP2K.cpp
@@ -996,8 +996,6 @@ lh__Writer::WriteFrame(const JP2K::FrameBuffer& FrameBuf, bool add_index,
result = m_State.Goto_RUNNING(); // first time through
ui64_t StreamOffset = m_StreamOffset;
- cout << "Real write @ " << StreamOffset << " (header is " << m_HeaderSize << ")\n";
- cout << "\tfile @ " << m_File.Tell() << "\n";
if ( ASDCP_SUCCESS(result) )
result = WriteEKLVPacket(FrameBuf, m_EssenceUL, Ctx, HMAC, hash);
@@ -1022,8 +1020,6 @@ lh__Writer::FakeWriteFrame(int size, bool add_index)
result = m_State.Goto_RUNNING();
ui64_t StreamOffset = m_StreamOffset;
- cout << "Fake write @ " << StreamOffset << " (header is " << m_HeaderSize << ")\n";
- cout << "\tfile @ " << m_File.Tell() << "\n";
if ( ASDCP_SUCCESS(result) )
result = FakeWriteEKLVPacket(size);