diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-06 01:01:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-13 22:29:01 +0000 |
| commit | 0e29e68e94daade47167ac5bc6b51362ef02b5c3 (patch) | |
| tree | accedb6af7c7763086af8abf108655791fce439d /src/picture_asset_writer.h | |
| parent | 92d04684c81baa6c56ff3299f1cffd1ac787c71f (diff) | |
Store interop/SMPTE in MXF.
Diffstat (limited to 'src/picture_asset_writer.h')
| -rw-r--r-- | src/picture_asset_writer.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/picture_asset_writer.h b/src/picture_asset_writer.h index f26ff2a0..f2bd611b 100644 --- a/src/picture_asset_writer.h +++ b/src/picture_asset_writer.h @@ -82,12 +82,11 @@ public: protected: template <class P, class Q> - friend void start (PictureAssetWriter *, boost::shared_ptr<P>, Standard, Q *, uint8_t const *, int); + friend void start (PictureAssetWriter *, boost::shared_ptr<P>, Q *, uint8_t const *, int); - PictureAssetWriter (PictureAsset *, boost::filesystem::path, Standard standard, bool); + PictureAssetWriter (PictureAsset *, boost::filesystem::path, bool); PictureAsset* _picture_asset; - Standard _standard; bool _overwrite; }; |
