diff options
Diffstat (limited to 'src/picture_asset.h')
| -rw-r--r-- | src/picture_asset.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/picture_asset.h b/src/picture_asset.h index 53c62223..15764dab 100644 --- a/src/picture_asset.h +++ b/src/picture_asset.h @@ -38,10 +38,10 @@ public: std::string directory, std::string mxf_name, boost::signals2::signal<void (float)>* progress, int fps, int entry_point, int length, bool encrypted ); - /** Write details of this asset to a CPL stream. - * @param s Stream. + /** Write details of the asset to a CPL AssetList node. + * @param p Parent node. */ - void write_to_cpl (std::ostream& s) const; + void write_to_cpl (xmlpp::Element* p) const; bool equals (boost::shared_ptr<const Asset> other, EqualityOptions opt, std::list<std::string>& notes) const; |
