X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fmxf.h;h=19d4a9567b62485ae7585f913f439b645b6c5a5f;hb=refs%2Fheads%2Ftidy-eq-options;hp=82c86e8e0c5bc3d7e903bca9cc3206460350379b;hpb=ceaf7bc52712cb60708ed5eb5c62c5e463dd8e89;p=libdcp.git 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;