diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-24 22:56:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-24 22:56:33 +0100 |
| commit | e1e7de8d73bedd0c741e7df0390068c67867e09f (patch) | |
| tree | 02f007aad80f4d99707f2507a81b0685865026d0 /src/asset_factory.cc | |
| parent | ceaf7bc52712cb60708ed5eb5c62c5e463dd8e89 (diff) | |
Tidying.
Diffstat (limited to 'src/asset_factory.cc')
| -rw-r--r-- | src/asset_factory.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/asset_factory.cc b/src/asset_factory.cc index ecda1701..e02281d2 100644 --- a/src/asset_factory.cc +++ b/src/asset_factory.cc @@ -31,6 +31,12 @@ files in the program, then also delete it here. */ + +/** @file src/asset_factory.cc + * @brief asset_factory() method + */ + + #include "mono_picture_asset.h" #include "stereo_picture_asset.h" #include "sound_asset.h" @@ -41,10 +47,12 @@ #include "asset_factory.h" #include <memory> + using std::shared_ptr; using std::make_shared; using namespace dcp; + shared_ptr<Asset> dcp::asset_factory (boost::filesystem::path path, bool ignore_incorrect_picture_mxf_type) { |
