diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-27 22:05:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-27 22:05:24 +0100 |
| commit | 97201e626d697e7dff203b2ea4f4a2c268d98313 (patch) | |
| tree | 6c5058676e4ce8977b75e0a513e595b41c1a622c /src/lib | |
| parent | 595278aced18ca2597787e933b383c04a850e3d8 (diff) | |
Basic watermark.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 8ddc0367d..629828da9 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -1188,7 +1188,9 @@ private: boost::optional<boost::filesystem::path> _player_background_image; std::string _kdm_server_url; std::string _player_watermark_theatre; + /** watermark period in minutes */ int _player_watermark_period; + /** watermark duration in milliseconds */ int _player_watermark_duration; #endif |
