From ceaf7bc52712cb60708ed5eb5c62c5e463dd8e89 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 24 Jan 2021 04:15:26 +0100 Subject: Tidying. --- src/atmos_asset_reader.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/atmos_asset_reader.h') 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 + Copyright (C) 2016-2021 Carl Hetherington 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 AtmosAssetReader; + } -- cgit v1.2.3