diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-23 01:40:56 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-23 01:40:56 +0200 |
| commit | 86102d30bf0aad89115bbeb3d8aaa2a27a0aa432 (patch) | |
| tree | 803ef72df57f87cbabbae492eca88cbaa93584b2 /src/lib/player.h | |
| parent | f644c272a6a6384f6bfc6ca16ada6208057402a8 (diff) | |
Fix complete failure of preview/playback introduced inv2.15.53
4219d4b76c5cd5690b1f4fa0c248d93ced26d05a.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index 5a1b08ecf..82344604c 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -60,6 +60,7 @@ public: static int const FILM_CONTAINER; static int const FILM_VIDEO_FRAME_RATE; static int const DCP_DECODE_REDUCTION; + static int const PLAYBACK_LENGTH; }; /** @class Player @@ -81,6 +82,7 @@ public: return _video_container_size; } + void set_playback_length (dcpomatic::DCPTime len); void set_video_container_size (dcp::Size); void set_ignore_video (); void set_ignore_audio (); |
