summaryrefslogtreecommitdiff
path: root/src/atmos_asset_reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/atmos_asset_reader.h')
-rw-r--r--src/atmos_asset_reader.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/atmos_asset_reader.h b/src/atmos_asset_reader.h
index 14806261..2a24b832 100644
--- a/src/atmos_asset_reader.h
+++ b/src/atmos_asset_reader.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,11 +31,20 @@
files in the program, then also delete it here.
*/
+
+/** @file src/atmos_asset_reader.h
+ * @brief AtmosAssetReader typedef
+ */
+
+
#include "asset_reader.h"
#include "atmos_frame.h"
+
namespace dcp {
+
typedef AssetReader<ASDCP::ATMOS::MXFReader, AtmosFrame> AtmosAssetReader;
+
}