diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-18 21:46:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-18 21:46:20 +0000 |
| commit | 6a5bb039b3bfd508cc87b6b15102b9eb60c62f8d (patch) | |
| tree | 65a8213237670f33a1f5383f5a973fd5f1b82b5b /src/mxf_asset.h | |
| parent | 2489080f9a5d2891da0fc313b2c0ac1450a630ad (diff) | |
Add basics for progressive sound asset writing.
Diffstat (limited to 'src/mxf_asset.h')
| -rw-r--r-- | src/mxf_asset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mxf_asset.h b/src/mxf_asset.h index fd786cc6..ff43fecb 100644 --- a/src/mxf_asset.h +++ b/src/mxf_asset.h @@ -30,6 +30,8 @@ namespace libdcp class MXFAsset : public Asset { public: + MXFAsset (std::string directory, std::string file_name); + /** Construct an MXFAsset. * @param directory Directory where MXF file is. * @param file_name Name of MXF file. |
