diff options
| author | jhurst <jhurst@cinecert.com> | 2008-01-31 23:41:26 +0000 |
|---|---|---|
| committer | jhurst <> | 2008-01-31 23:41:26 +0000 |
| commit | 766b93f3654e6e80623a84774fce0307694340f9 (patch) | |
| tree | caddf9aad635d0d5c3aee93cc5241e1894c83be7 /src/TimedText_Parser.cpp | |
| parent | 411d88765d9373d0fa61e832bb517fb5f501d251 (diff) | |
build fixes from DTS
Diffstat (limited to 'src/TimedText_Parser.cpp')
| -rw-r--r-- | src/TimedText_Parser.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/TimedText_Parser.cpp b/src/TimedText_Parser.cpp index 8c31909..aad4ea3 100644 --- a/src/TimedText_Parser.cpp +++ b/src/TimedText_Parser.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2007, John Hurst +Copyright (c) 2007-2008, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -37,6 +37,8 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. using namespace Kumu; using namespace ASDCP; +using Kumu::DefaultLogSink; + const char* c_dcst_namespace_name = "http://www.smpte-ra.org/schemas/428-7/2007/DCST"; //------------------------------------------------------------------------------------------ |
