diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-26 22:11:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-26 22:11:21 +0100 |
| commit | 596d77476b0ab7e1ccacbbe5b7ebaccfd99bbfd4 (patch) | |
| tree | 9d3447978d17df8b2a9598e6daf0e568ac58c3cf /src/asset.h | |
| parent | cc57a01f142a32e06f22622118dd8d24e3dfb140 (diff) | |
Try to add correct namespace for 3D CPLs.
Diffstat (limited to 'src/asset.h')
| -rw-r--r-- | src/asset.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/asset.h b/src/asset.h index 3dffa9ab..a2202cd6 100644 --- a/src/asset.h +++ b/src/asset.h @@ -59,8 +59,9 @@ public: /** Write details of the asset to a CPL AssetList node. * @param p Parent node. + * @param i true to use the Interop standard, false for SMPTE. */ - virtual void write_to_cpl (xmlpp::Node *) const = 0; + virtual void write_to_cpl (xmlpp::Node* p, bool i) const = 0; /** Write details of the asset to a PKL AssetList node. * @param p Parent node. |
