summaryrefslogtreecommitdiff
path: root/src/AS_02.h
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2016-12-02 18:45:14 +0000
committerjhurst <>2016-12-02 18:45:14 +0000
commit5f38f82f9bfc69fdbae47a71f587ab5b7e80e594 (patch)
tree24aed62f35f13cda0905bbc11cfb02f9ef30d623 /src/AS_02.h
parent6f5cb81faa06f80b07e2d641732b2a8b692e14d8 (diff)
o Replaced WIN32 directory scanner with dirent_win.h
o The NamespaceURI property of AS-02 timed text files has been exposed in the API and via as-02-wrap -P. This behavior replaces previous bad behavior, but puts responsibility for selecting the correct value on the operator. o Exposed CreatePNGNameId and CreateFontNameId subroutines in AS_02::TimedText o Adjusted UUID generation based on PNG and font names to exclude paths by inserting a call to PathBasename at each Id generation site
Diffstat (limited to 'src/AS_02.h')
-rw-r--r--src/AS_02.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/AS_02.h b/src/AS_02.h
index 188c5b7..c768507 100644
--- a/src/AS_02.h
+++ b/src/AS_02.h
@@ -349,6 +349,11 @@ namespace AS_02
Result_t ResolveRID(const byte_t* uuid, ASDCP::TimedText::FrameBuffer& FrameBuf) const;
};
+
+ // Generate UUID asset ID values from file contents
+ Kumu::UUID CreatePNGNameId(const std::string& image_name);
+ Kumu::UUID CreateFontNameId(const std::string& font_name);
+
//
class ST2052_TextParser
{