summaryrefslogtreecommitdiff
path: root/src/AS_DCP.h
diff options
context:
space:
mode:
authormsheby <msheby@cinecert.com>2009-05-09 00:53:41 +0000
committermsheby <>2009-05-09 00:53:41 +0000
commited48db5fd3e22af1578b37b8a8f7e8ae24036897 (patch)
treee68578335705403514f837cd7fe5cfc3e98201c3 /src/AS_DCP.h
parentd1520b194632da4386e0dc4731fead1f58d42970 (diff)
Add beginnings of timed text support.
Diffstat (limited to 'src/AS_DCP.h')
-rwxr-xr-xsrc/AS_DCP.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AS_DCP.h b/src/AS_DCP.h
index a6be6d2..93288dd 100755
--- a/src/AS_DCP.h
+++ b/src/AS_DCP.h
@@ -1336,7 +1336,7 @@ namespace ASDCP {
// Fill a TimedTextDescriptor struct with the values from the file's contents.
// Returns RESULT_INIT if the file is not open.
- Result_t FillDescriptor(TimedTextDescriptor&) const;
+ Result_t FillTimedTextDescriptor(TimedTextDescriptor&) const;
// Reads the complete Timed Text Resource into the given string.
Result_t ReadTimedTextResource(std::string&) const;
@@ -1409,7 +1409,7 @@ namespace ASDCP {
// Fill a TimedTextDescriptor struct with the values from the file's header.
// Returns RESULT_INIT if the file is not open.
- Result_t FillDescriptor(TimedTextDescriptor&) const;
+ Result_t FillTimedTextDescriptor(TimedTextDescriptor&) const;
// Fill a WriterInfo struct with the values from the file's header.
// Returns RESULT_INIT if the file is not open.