summaryrefslogtreecommitdiff
path: root/src/mxf.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-05 11:01:05 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-05 11:01:05 +0000
commit78c94420750c505e59d584c34b33acc953946c2a (patch)
treec58e818e8948d24d0f49dde46fe7bef3feea90ca /src/mxf.h
parent15137597824b263c875bd427f7d121eae28d45a6 (diff)
Small bits of tidying up and comments.
Diffstat (limited to 'src/mxf.h')
-rw-r--r--src/mxf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mxf.h b/src/mxf.h
index f7336fee..66fb536f 100644
--- a/src/mxf.h
+++ b/src/mxf.h
@@ -47,10 +47,6 @@ public:
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,
@@ -98,6 +94,10 @@ public:
}
protected:
+ std::string pkl_type () const {
+ return "application/x-smpte-mxf";
+ }
+
void read_writer_info (ASDCP::WriterInfo const &);
/** Signal to emit to report progress, or 0 */