diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-24 04:15:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-24 04:15:26 +0100 |
| commit | ceaf7bc52712cb60708ed5eb5c62c5e463dd8e89 (patch) | |
| tree | c55e4b85ee30138ce83263045d77d01631378b2e /src/asset_writer.cc | |
| parent | 6c37cc1979b2a01205a888c4c98f3334685ee8dd (diff) | |
Tidying.
Diffstat (limited to 'src/asset_writer.cc')
| -rw-r--r-- | src/asset_writer.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/asset_writer.cc b/src/asset_writer.cc index 73fc2046..05d0aa23 100644 --- a/src/asset_writer.cc +++ b/src/asset_writer.cc @@ -33,7 +33,7 @@ /** @file src/asset_writer.h - * @brief AssetWriter class. + * @brief AssetWriter class */ @@ -61,7 +61,6 @@ AssetWriter::AssetWriter (MXF* mxf, boost::filesystem::path file) } -/** @return true if anything was written by this writer */ bool AssetWriter::finalize () { |
