summaryrefslogtreecommitdiff
path: root/src/atmos_asset_writer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-23 09:48:00 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-23 09:48:00 +0100
commita65c9be7a5c455111b44b24690fe162413268b9f (patch)
treee6ffc7792fe6040f3691695688ee5ce24b330458 /src/atmos_asset_writer.h
parent302a059052e2e55345e91b5300e2389b87bd7f0a (diff)
Small bits of pre-release tidying.
Diffstat (limited to 'src/atmos_asset_writer.h')
-rw-r--r--src/atmos_asset_writer.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/src/atmos_asset_writer.h b/src/atmos_asset_writer.h
index c031103a..f70c42f5 100644
--- a/src/atmos_asset_writer.h
+++ b/src/atmos_asset_writer.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2016-2021 Carl Hetherington <cth@carlh.net>
This file is part of libdcp.
@@ -31,23 +31,29 @@
files in the program, then also delete it here.
*/
-#ifndef LIBDCP_ATMOS_ASSET_WRITER_H
-#define LIBDCP_ATMOS_ASSET_WRITER_H
/** @file src/atmos_asset_writer.h
- * @brief AtmosAssetWriter class.
+ * @brief AtmosAssetWriter class
*/
+
+#ifndef LIBDCP_ATMOS_ASSET_WRITER_H
+#define LIBDCP_ATMOS_ASSET_WRITER_H
+
+
#include "asset_writer.h"
#include "types.h"
#include "atmos_frame.h"
#include <memory>
#include <boost/filesystem.hpp>
+
namespace dcp {
+
class AtmosAsset;
+
/** @class AtmosAssetWriter
* @brief A helper class for writing to AtmosAssets.
*
@@ -74,6 +80,8 @@ private:
AtmosAsset* _asset;
};
+
}
+
#endif