summaryrefslogtreecommitdiff
path: root/src/stereo_picture_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-15 09:43:41 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-15 09:43:41 +0000
commitbf59c288798851808359575662f202d390032aa7 (patch)
treecbf4f646a60787614e25eeeb3c436432a04ea739 /src/stereo_picture_asset.h
parent39f0ae0efb3406357253d19bf7588f3832735d0b (diff)
Use MXFAsset::_interop to decide on whether to write asset XML as Interop or SMPTE.
Diffstat (limited to 'src/stereo_picture_asset.h')
-rw-r--r--src/stereo_picture_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stereo_picture_asset.h b/src/stereo_picture_asset.h
index 6a96bf02..64cdb6b3 100644
--- a/src/stereo_picture_asset.h
+++ b/src/stereo_picture_asset.h
@@ -40,7 +40,7 @@ public:
private:
std::string cpl_node_name () const;
- std::pair<std::string, std::string> cpl_node_attribute (bool) const;
+ std::pair<std::string, std::string> cpl_node_attribute () const;
int edit_rate_factor () const;
};