summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-13 23:18:49 +0100
committerCarl Hetherington <cth@carlh.net>2016-10-13 23:18:49 +0100
commitb74dee5b072d2689b355ecad088a3d68ed8dfdcb (patch)
treed5a2e754c78afebd9c57009bd5e002aadfc026bd /src
parentc4d06c36ffc25273d3f35449a415b2b813d47a27 (diff)
Fix PKL <Type> for Interop subtitles; spec says this is right.
Diffstat (limited to 'src')
-rw-r--r--src/interop_subtitle_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interop_subtitle_asset.h b/src/interop_subtitle_asset.h
index 8c711542..72cd0022 100644
--- a/src/interop_subtitle_asset.h
+++ b/src/interop_subtitle_asset.h
@@ -108,7 +108,7 @@ public:
protected:
std::string pkl_type (Standard) const {
- return "text/xml";
+ return "text/xml;asdcpKind=Subtitle";
}
private: