diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-08 13:30:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-08 13:30:42 +0000 |
| commit | 71de90f74085744d1c5ca35253eec003e41497a2 (patch) | |
| tree | 637e6c2b6c2fa04da3d64864e0adcef30a0847dd /src/subtitle_asset.h | |
| parent | 054cc86d5ba734c72780b07a772a55e3a7000a4f (diff) | |
Fix a couple of errors in Interop XML
Reported-by: Ivan Pullman
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index 74ab9873..0598a296 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -161,6 +161,12 @@ public: void write_xml () const; Glib::ustring xml_as_string () const; +protected: + + std::string asdcp_kind () const { + return "Subtitle"; + } + private: std::string font_id_to_name (std::string id) const; |
