diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-05 11:01:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-05 11:01:05 +0000 |
| commit | 78c94420750c505e59d584c34b33acc953946c2a (patch) | |
| tree | c58e818e8948d24d0f49dde46fe7bef3feea90ca /src/mxf.h | |
| parent | 15137597824b263c875bd427f7d121eae28d45a6 (diff) | |
Small bits of tidying up and comments.
Diffstat (limited to 'src/mxf.h')
| -rw-r--r-- | src/mxf.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 */ |
