diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-08 02:04:06 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-08 02:04:06 +0200 |
| commit | 89d9ddba959f02b17f1d0e75e2f12c357ce29f2b (patch) | |
| tree | 97bb3ee0620b5d959b27e12400eb998c7eda4e09 /src/mxf.h | |
| parent | ed20305876e6743246996e8b4d77706d75dc63f8 (diff) | |
Comment tweaks.
Diffstat (limited to 'src/mxf.h')
| -rw-r--r-- | src/mxf.h | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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; |
