diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-09 23:28:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-09 23:28:41 +0100 |
| commit | 31a33018f113cb7b631dd7bb4d0ed2a7de914cd8 (patch) | |
| tree | 902e0305d81301d6f190750decca64f07111891a /src/lib/text_subtitle_content.h | |
| parent | e8381aef2057a72270da9dc3d40e935ac56024b0 (diff) | |
Fix some code duplication and crashes when decoding FFmpeg-embedded ASS subtitles along the way.
Diffstat (limited to 'src/lib/text_subtitle_content.h')
| -rw-r--r-- | src/lib/text_subtitle_content.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/text_subtitle_content.h b/src/lib/text_subtitle_content.h index 318d37803..3b9d396f6 100644 --- a/src/lib/text_subtitle_content.h +++ b/src/lib/text_subtitle_content.h @@ -41,8 +41,6 @@ public: void as_xml (xmlpp::Node *) const; DCPTime full_length () const; - static std::string const font_id; - private: ContentTime _length; }; |
