diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-10-17 14:37:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-10-17 14:37:12 +0100 |
| commit | 65277788d432036c5d58f4c50cd3e003e1adc2b4 (patch) | |
| tree | ec0c8da14c727c404901b40d1532579411afd773 /src | |
| parent | d78d3a6c156bc159a6726f89f1bdfc274800a14f (diff) | |
| parent | b74dee5b072d2689b355ecad088a3d68ed8dfdcb (diff) | |
Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0
Diffstat (limited to 'src')
| -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: |
