diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-09-04 23:34:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-09-04 23:34:11 +0100 |
| commit | 926aff7db1e5ad6c02743608e3792fdca39eea4a (patch) | |
| tree | ff35ec79b85c259f524ee7e44fd3b129ebf38adb /src/reel_atmos_asset.h | |
| parent | 8b72edd4068deaf4a9ea5e469475419898976a9d (diff) | |
Add basic CCAP support.
Diffstat (limited to 'src/reel_atmos_asset.h')
| -rw-r--r-- | src/reel_atmos_asset.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/reel_atmos_asset.h b/src/reel_atmos_asset.h index e7ea51aa..31f5293e 100644 --- a/src/reel_atmos_asset.h +++ b/src/reel_atmos_asset.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 Carl Hetherington <cth@carlh.net> + Copyright (C) 2016-2017 Carl Hetherington <cth@carlh.net> This file is part of libdcp. @@ -63,8 +63,8 @@ public: private: std::string key_type () const; - std::string cpl_node_name () const; - std::pair<std::string, std::string> cpl_node_namespace () const; + std::string cpl_node_name (Standard standard) const; + std::pair<std::string, std::string> cpl_node_namespace (Standard) const; }; } |
