diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-11 22:27:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-02-18 00:35:01 +0100 |
| commit | 214c3093f7e985cde610457fae9e1f97068efde5 (patch) | |
| tree | 7f8d919ec8e6b6bf6dafdbe141e1c34e65914d16 /src/interop_subtitle_asset.h | |
| parent | b94821d7953dae7d9e58f703e66dca59e9086216 (diff) | |
and default to writing the 2014 namespace.
Diffstat (limited to 'src/interop_subtitle_asset.h')
| -rw-r--r-- | src/interop_subtitle_asset.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/interop_subtitle_asset.h b/src/interop_subtitle_asset.h index 670dee27..23cf0b49 100644 --- a/src/interop_subtitle_asset.h +++ b/src/interop_subtitle_asset.h @@ -42,6 +42,7 @@ #include "subtitle_asset.h" +#include "subtitle_standard.h" #include <boost/filesystem.hpp> @@ -126,6 +127,10 @@ public: return 1000; } + SubtitleStandard subtitle_standard() const override { + return SubtitleStandard::INTEROP; + } + static std::string static_pkl_type (Standard) { return "text/xml;asdcpKind=Subtitle"; } |
