diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-14 03:56:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-18 11:50:29 +0100 |
| commit | d7e14062764e1bbe81a7a85e69d0233f371cbd59 (patch) | |
| tree | 72f9cea4055badd267a3e44faf6cba8fbb952027 /src/lib/ffmpeg_subtitle_stream.h | |
| parent | 150f708d27b25d5b5d4e486d03c5bc4078027997 (diff) | |
Fiddle with some subtitle methods.
Diffstat (limited to 'src/lib/ffmpeg_subtitle_stream.h')
| -rw-r--r-- | src/lib/ffmpeg_subtitle_stream.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/ffmpeg_subtitle_stream.h b/src/lib/ffmpeg_subtitle_stream.h index 175eeacef..ce4faa0e4 100644 --- a/src/lib/ffmpeg_subtitle_stream.h +++ b/src/lib/ffmpeg_subtitle_stream.h @@ -39,13 +39,6 @@ public: ContentTime find_subtitle_to (std::string id) const; void add_offset (ContentTime offset); void set_colour (RGBA from, RGBA to); - - bool has_image_subtitles () const { - return !_image_subtitles.empty (); - } - bool has_text_subtitles () const { - return !_text_subtitles.empty (); - } std::map<RGBA, RGBA> colours () const; private: |
