diff options
| author | John Hurst <jhurst@cinecert.com> | 2023-04-25 07:32:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-25 07:32:31 -0700 |
| commit | cc9db7bcf94f14f0d8158d120bc3ce502bfaf660 (patch) | |
| tree | 08c72719f02ceb2f0243361dd3cc6416fd861982 | |
| parent | 61bdfbcd7abbe359b64b0d01243f427e2904b1c0 (diff) | |
| parent | fbb91101439625e99312a15581d45bccf741dc6a (diff) | |
Merge pull request #116 from msheby/feature/ns-428-7-2014
feature: RDD 52 points to ST 428-7:2014
| -rw-r--r-- | src/TimedText_Parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TimedText_Parser.cpp b/src/TimedText_Parser.cpp index d3eca72..ed3dd42 100644 --- a/src/TimedText_Parser.cpp +++ b/src/TimedText_Parser.cpp @@ -39,7 +39,7 @@ using namespace ASDCP; using Kumu::DefaultLogSink; -static const char* c_dcst_namespace_name = "http://www.smpte-ra.org/schemas/428-7/2007/DCST"; +static const char* c_dcst_namespace_name = "http://www.smpte-ra.org/schemas/428-7/2014/DCST"; //------------------------------------------------------------------------------------------ |
