diff options
Diffstat (limited to 'src/sound_mxf.h')
| -rw-r--r-- | src/sound_mxf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/sound_mxf.h b/src/sound_mxf.h index a8746311..42ca2c67 100644 --- a/src/sound_mxf.h +++ b/src/sound_mxf.h @@ -74,9 +74,7 @@ public: private: friend class SoundMXFWriter; - std::string asdcp_kind () const { - return "Sound"; - } + std::string pkl_type (Standard standard) const; Fraction _edit_rate; /** The total length of this content in video frames. The amount of |
