From b74dee5b072d2689b355ecad088a3d68ed8dfdcb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 13 Oct 2016 23:18:49 +0100 Subject: Fix PKL for Interop subtitles; spec says this is right. --- src/interop_subtitle_asset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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: -- cgit v1.2.3