diff options
Diffstat (limited to 'src/interop_subtitle_asset.h')
| -rw-r--r-- | src/interop_subtitle_asset.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/interop_subtitle_asset.h b/src/interop_subtitle_asset.h index 72cd0022..703229a7 100644 --- a/src/interop_subtitle_asset.h +++ b/src/interop_subtitle_asset.h @@ -105,10 +105,14 @@ public: return _movie_title; } + static std::string static_pkl_type (Standard) { + return "text/xml;asdcpKind=Subtitle"; + } + protected: - std::string pkl_type (Standard) const { - return "text/xml;asdcpKind=Subtitle"; + std::string pkl_type (Standard s) const { + return static_pkl_type (s); } private: |
