summaryrefslogtreecommitdiff
path: root/src/atmos_asset_writer.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-24 04:15:26 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-24 04:15:26 +0100
commitceaf7bc52712cb60708ed5eb5c62c5e463dd8e89 (patch)
treec55e4b85ee30138ce83263045d77d01631378b2e /src/atmos_asset_writer.cc
parent6c37cc1979b2a01205a888c4c98f3334685ee8dd (diff)
Tidying.
Diffstat (limited to 'src/atmos_asset_writer.cc')
-rw-r--r--src/atmos_asset_writer.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/atmos_asset_writer.cc b/src/atmos_asset_writer.cc
index 891a8c01..957bd4cb 100644
--- a/src/atmos_asset_writer.cc
+++ b/src/atmos_asset_writer.cc
@@ -32,6 +32,11 @@
*/
+/** @file src/atmos_asset_writer.cc
+ * @brief AtmosAssetWriter class
+ */
+
+
#include "atmos_asset_writer.h"
#include "atmos_asset.h"
#include "exceptions.h"
@@ -110,6 +115,7 @@ AtmosAssetWriter::write (uint8_t const * data, int size)
++_frames_written;
}
+
bool
AtmosAssetWriter::finalize ()
{