summaryrefslogtreecommitdiff
path: root/src/mxf.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-27 14:41:33 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-27 14:41:33 +0000
commit8c2f3517e868078b551bb01d975f2956cb692fbf (patch)
tree81bf98f00b9a267a73494c1939c6e9473559c85e /src/mxf.h
parente5d368553b47a566a83d4edce0a8f166db9509e6 (diff)
Various tinkerings.
Diffstat (limited to 'src/mxf.h')
-rw-r--r--src/mxf.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/mxf.h b/src/mxf.h
index 92b7b6b9..f2c0fdf7 100644
--- a/src/mxf.h
+++ b/src/mxf.h
@@ -43,16 +43,20 @@ class MXF : public Content
public:
MXF (Fraction edit_rate);
MXF (boost::filesystem::path file);
-
~MXF ();
- virtual bool equals (boost::shared_ptr<const Content> other, EqualityOptions opt, boost::function<void (NoteType, std::string)> note) const;
virtual std::string key_type () const = 0;
-
+
std::string pkl_type () const {
return "application/x-smpte-mxf";
}
+ bool equals (
+ boost::shared_ptr<const Content> other,
+ EqualityOptions opt,
+ boost::function<void (NoteType, std::string)> note
+ ) const;
+
/** Fill in a ADSCP::WriteInfo struct.
* @param w struct to fill in.
* @param standard INTEROP or SMPTE.