diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-27 22:56:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-27 22:56:42 +0000 |
| commit | f508191f9d794e7762270d19a4211739470cfe0d (patch) | |
| tree | f6deb3d3bb14e7d52dbbfe528481f6c9b6120f7b /src/lib/ffmpeg.h | |
| parent | cb0d899ec71a854e8d54213245812702d85b5670 (diff) | |
Remove some unused code.
Diffstat (limited to 'src/lib/ffmpeg.h')
| -rw-r--r-- | src/lib/ffmpeg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ffmpeg.h b/src/lib/ffmpeg.h index dab67ead9..d2f797658 100644 --- a/src/lib/ffmpeg.h +++ b/src/lib/ffmpeg.h @@ -58,8 +58,6 @@ protected: ) const; static FFmpegSubtitlePeriod subtitle_period (AVSubtitle const & sub); - static std::string subtitle_id (AVSubtitle const & sub); - static bool subtitle_starts_image (AVSubtitle const & sub); boost::shared_ptr<const FFmpegContent> _ffmpeg_content; |
