summaryrefslogtreecommitdiff
path: root/src/interop_subtitle_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-11 22:27:34 +0100
committerCarl Hetherington <cth@carlh.net>2023-02-18 00:35:01 +0100
commit214c3093f7e985cde610457fae9e1f97068efde5 (patch)
tree7f8d919ec8e6b6bf6dafdbe141e1c34e65914d16 /src/interop_subtitle_asset.h
parentb94821d7953dae7d9e58f703e66dca59e9086216 (diff)
Be explicit about the version of SMPTE 428-7 that is used for subtitles,v1.8.602389-vpos
and default to writing the 2014 namespace.
Diffstat (limited to 'src/interop_subtitle_asset.h')
-rw-r--r--src/interop_subtitle_asset.h5
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";
}