diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-10-13 23:18:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-10-13 23:18:49 +0100 |
| commit | b74dee5b072d2689b355ecad088a3d68ed8dfdcb (patch) | |
| tree | d5a2e754c78afebd9c57009bd5e002aadfc026bd | |
| parent | c4d06c36ffc25273d3f35449a415b2b813d47a27 (diff) | |
Fix PKL <Type> for Interop subtitles; spec says this is right.
| -rw-r--r-- | src/interop_subtitle_asset.h | 2 |
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: |
