summaryrefslogtreecommitdiff
path: root/src/mxf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mxf.h')
-rw-r--r--src/mxf.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/mxf.h b/src/mxf.h
index 82c86e8e..19d4a956 100644
--- a/src/mxf.h
+++ b/src/mxf.h
@@ -140,9 +140,14 @@ protected:
MXF ();
+ /** Read an ASDCP::WriterInfo struct, extracting things for our
+ * member variables.
+ * @return AssetUUID of the MXF
+ */
std::string read_writer_info (ASDCP::WriterInfo const &);
- /** Fill in a ADSCP::WriteInfo struct.
- * @param w struct to fill in.
+
+ /** Fill in a ASDCP::WriteInfo struct.
+ * @param w struct to fill in
*/
void fill_writer_info (ASDCP::WriterInfo* w, std::string id) const;