diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-15 09:43:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-15 09:43:41 +0000 |
| commit | bf59c288798851808359575662f202d390032aa7 (patch) | |
| tree | cbf4f646a60787614e25eeeb3c436432a04ea739 /src/asset.h | |
| parent | 39f0ae0efb3406357253d19bf7588f3832735d0b (diff) | |
Use MXFAsset::_interop to decide on whether to write asset XML as Interop or SMPTE.
Diffstat (limited to 'src/asset.h')
| -rw-r--r-- | src/asset.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/asset.h b/src/asset.h index dbe3deba..269d5c4b 100644 --- a/src/asset.h +++ b/src/asset.h @@ -59,9 +59,8 @@ public: /** Write details of the asset to a CPL AssetList node. * @param p Parent element. - * @param i true to use the Interop standard, false for SMPTE. */ - virtual void write_to_cpl (xmlpp::Element* p, bool i) const = 0; + virtual void write_to_cpl (xmlpp::Element* p) const = 0; /** Write details of the asset to a PKL AssetList node. * @param p Parent node. |
