X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fatmos_asset_reader.h;h=2a24b832abc51864d1c5b4bc92ed5c62a7d811dd;hb=e1e7de8d73bedd0c741e7df0390068c67867e09f;hp=1480626111b4c931431151ad07d3197517754b7b;hpb=214d72306bdfdd617c3e6a7cfeb5c5d76d7f5e72;p=libdcp.git 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; + }