summaryrefslogtreecommitdiff
path: root/src/mono_picture_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono_picture_asset.h')
-rw-r--r--src/mono_picture_asset.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mono_picture_asset.h b/src/mono_picture_asset.h
index 00017354..76a1f990 100644
--- a/src/mono_picture_asset.h
+++ b/src/mono_picture_asset.h
@@ -32,20 +32,6 @@ public:
void read ();
- /** The following parameters must be set up (if required) before calling this:
- * Interop mode (set_interop)
- * Edit rate (set_edit_rate)
- * MXF Metadata (set_metadata)
- */
- void create (std::vector<boost::filesystem::path> const & files);
-
- /** The following parameters must be set up (if required) before calling this:
- * Interop mode (set_interop)
- * Edit rate (set_edit_rate)
- * MXF Metadata (set_metadata)
- */
- void create (boost::function<boost::filesystem::path (int)> get_path);
-
/** Start a progressive write to a MonoPictureAsset */
boost::shared_ptr<PictureAssetWriter> start_write (bool);