summaryrefslogtreecommitdiff
path: root/src/sound_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound_asset.h')
-rw-r--r--src/sound_asset.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h
index 77495152..509ae559 100644
--- a/src/sound_asset.h
+++ b/src/sound_asset.h
@@ -86,11 +86,14 @@ public:
}
static bool valid_mxf (boost::filesystem::path);
+ static std::string static_pkl_type (Standard standard);
private:
friend class SoundAssetWriter;
- std::string pkl_type (Standard standard) const;
+ std::string pkl_type (Standard standard) const {
+ return static_pkl_type (standard);
+ }
Fraction _edit_rate;
/** The total length of this content in video frames. The amount of