diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-26 15:43:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | 8b0cdac1ce437a46815b04ff3261febd1269a71c (patch) | |
| tree | bccd2e214452557c7f62d8e24236f16af975679c /src | |
| parent | e11276a822289d7d7d91a4f431f386ad28ef16dd (diff) | |
Fix build.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/ffmpeg_subtitle_stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_subtitle_stream.h b/src/lib/ffmpeg_subtitle_stream.h index 61334400a..704ac7b79 100644 --- a/src/lib/ffmpeg_subtitle_stream.h +++ b/src/lib/ffmpeg_subtitle_stream.h @@ -38,6 +38,7 @@ public: void add_text_subtitle (std::string id, ContentTimePeriod period); void set_subtitle_to (std::string id, ContentTime to); ContentTime find_subtitle_to (std::string id) const; + bool unknown_to (std::string id) const; void add_offset (ContentTime offset); void set_colour (RGBA from, RGBA to); std::map<RGBA, RGBA> colours () const; |
