diff options
| author | jhurst <jhurst@cinecert.com> | 2015-05-21 00:10:39 +0000 |
|---|---|---|
| committer | jhurst <> | 2015-05-21 00:10:39 +0000 |
| commit | 282deda913e656d38df6bb04c685d1e2346cd29b (patch) | |
| tree | 3a93fb5272cf9d6fb19a6f1c2f6c1cb9876103af /src/AS_02_TimedText.cpp | |
| parent | 887003223e52b4fb2b9ca135dcb8a23e1f133cd4 (diff) | |
compile fixes
Diffstat (limited to 'src/AS_02_TimedText.cpp')
| -rw-r--r-- | src/AS_02_TimedText.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AS_02_TimedText.cpp b/src/AS_02_TimedText.cpp index 7faa7ce..47d3566 100644 --- a/src/AS_02_TimedText.cpp +++ b/src/AS_02_TimedText.cpp @@ -626,7 +626,6 @@ AS_02::TimedText::MXFWriter::h__Writer::Finalize() } m_IndexWriter.m_Duration = m_FramesWritten = m_TDesc.ContainerDuration; - fprintf(stderr, "m_IndexWriter.m_Duration=%d\n", m_IndexWriter.m_Duration); Result_t result = m_State.Goto_FINAL(); |
