summaryrefslogtreecommitdiff
path: root/src/picture_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-06 01:01:29 +0000
committerCarl Hetherington <cth@carlh.net>2018-03-13 22:29:01 +0000
commit0e29e68e94daade47167ac5bc6b51362ef02b5c3 (patch)
treeaccedb6af7c7763086af8abf108655791fce439d /src/picture_asset.h
parent92d04684c81baa6c56ff3299f1cffd1ac787c71f (diff)
Store interop/SMPTE in MXF.
Diffstat (limited to 'src/picture_asset.h')
-rw-r--r--src/picture_asset.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/picture_asset.h b/src/picture_asset.h
index a03b85d2..696776da 100644
--- a/src/picture_asset.h
+++ b/src/picture_asset.h
@@ -62,11 +62,10 @@ class PictureAsset : public Asset, public MXF
{
public:
explicit PictureAsset (boost::filesystem::path file);
- explicit PictureAsset (Fraction edit_rate);
+ explicit PictureAsset (Fraction edit_rate, Standard standard);
virtual boost::shared_ptr<PictureAssetWriter> start_write (
boost::filesystem::path file,
- Standard standard,
bool overwrite
) = 0;