diff options
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) { |
