diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-06 11:51:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-18 12:11:43 +0200 |
| commit | 6801a43a489b3e55ab062b0db46e0e03d20e9bcb (patch) | |
| tree | f46d8a54dc00852d015d59c7b7a37e1654381dae /src/j2k_picture_asset.h | |
| parent | c7de16512dad5f4a1e9c1acdaddfc300e428ed3e (diff) | |
Move Behaviour enum out of J2KPictureAsset.
Diffstat (limited to 'src/j2k_picture_asset.h')
| -rw-r--r-- | src/j2k_picture_asset.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/j2k_picture_asset.h b/src/j2k_picture_asset.h index 7ebfed10..972de43e 100644 --- a/src/j2k_picture_asset.h +++ b/src/j2k_picture_asset.h @@ -41,6 +41,7 @@ #define LIBDCP_J2K_PICTURE_ASSET_H +#include "behaviour.h" #include "mxf.h" #include "metadata.h" #include "picture_asset.h" @@ -74,11 +75,6 @@ public: /** Create a new J2KPictureAsset with a given edit rate and standard */ J2KPictureAsset (Fraction edit_rate, Standard standard); - enum class Behaviour { - OVERWRITE_EXISTING, - MAKE_NEW - }; - virtual std::shared_ptr<J2KPictureAssetWriter> start_write ( boost::filesystem::path file, Behaviour behaviour |
