diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-03-07 19:27:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | 4f9cb03792e85cbb5b4d554ab8ec0a3275fa7524 (patch) | |
| tree | 2821608ecf5f7cc50649333903caff07d78fdbba /src/lib/player_video.h | |
| parent | 67a68bd971ebe1b35daa3f75873b4ccb53c00ba0 (diff) | |
Initial butler work.
Diffstat (limited to 'src/lib/player_video.h')
| -rw-r--r-- | src/lib/player_video.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/player_video.h b/src/lib/player_video.h index 60c9224b0..5017d0e3c 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -18,6 +18,9 @@ */ +#ifndef DCPOMATIC_PLAYER_VIDEO_H +#define DCPOMATIC_PLAYER_VIDEO_H + #include "types.h" #include "position.h" #include "dcpomatic_time.h" @@ -98,3 +101,5 @@ private: boost::optional<ColourConversion> _colour_conversion; boost::optional<PositionImage> _subtitle; }; + +#endif |
