diff options
Diffstat (limited to 'src/asset_factory.h')
| -rw-r--r-- | src/asset_factory.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/asset_factory.h b/src/asset_factory.h index 4f7688eb..4bab9bee 100644 --- a/src/asset_factory.h +++ b/src/asset_factory.h @@ -31,8 +31,16 @@ files in the program, then also delete it here. */ + +/** @file src/asset_factory.h + * @brief asset_factory() method + */ + + namespace dcp { + std::shared_ptr<Asset> asset_factory (boost::filesystem::path path, bool ignore_incorrect_picture_mxf_type); + } |
