diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-16 14:53:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-16 14:53:35 +0100 |
| commit | 4699463e19b2a153d64aeb0e00c62be1157bfc1b (patch) | |
| tree | 971d505d0b5a8253a24eb95854effb5e34893c8c /src/lib/player.h | |
| parent | 12074b64d64c1fe76a9cf07a46683b7db96fc56e (diff) | |
Some work on cropping in the film viewer; also prevent player from always scaling up to DCP resolution.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index b00454093..95f419b5e 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -61,6 +61,8 @@ public: return _position; } + void set_video_container_size (libdcp::Size); + private: void process_video (boost::weak_ptr<Content>, boost::shared_ptr<const Image>, bool, Time); @@ -86,6 +88,7 @@ private: Time _position; AudioBuffers _audio_buffers; Time _next_audio; + boost::optional<libdcp::Size> _video_container_size; }; #endif |
