diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-13 14:46:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-18 11:50:29 +0100 |
| commit | 334b94526f2c1271718a94fe97cfa843cf6ef7a1 (patch) | |
| tree | 67fa8769c7fb72ec6bff799c2a3d1b087454734a /src/lib/text_subtitle_content.h | |
| parent | 78664f8073256de51355c9162f61a4ae4fa560d7 (diff) | |
Basics of subtitle split.
Diffstat (limited to 'src/lib/text_subtitle_content.h')
| -rw-r--r-- | src/lib/text_subtitle_content.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/text_subtitle_content.h b/src/lib/text_subtitle_content.h index 2c8e3b1b7..a2ef5d98a 100644 --- a/src/lib/text_subtitle_content.h +++ b/src/lib/text_subtitle_content.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net> + Copyright (C) 2014-2016 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,7 +17,9 @@ */ -#include "subtitle_content.h" +#include "content.h" + +class Job; class TextSubtitleContentProperty { @@ -30,7 +32,7 @@ public: /** @class TextSubtitleContent * @brief SubRip or SSA subtitles. */ -class TextSubtitleContent : public SubtitleContent +class TextSubtitleContent : public Content { public: TextSubtitleContent (boost::shared_ptr<const Film>, boost::filesystem::path); |
