diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-09-14 21:11:56 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-09-27 13:41:46 +0200 |
| commit | 23aa3071850761144798112a5aaea61304de8586 (patch) | |
| tree | 9a8d4058fd8a32a169ae840a6f69468ad65cd5f8 /src/lib/player_video.h | |
| parent | 4bbcf55dc0e644c20b1eaabee2da3219c4e7635f (diff) | |
Support subs and tidy up a few things.
Diffstat (limited to 'src/lib/player_video.h')
| -rw-r--r-- | src/lib/player_video.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/player_video.h b/src/lib/player_video.h index 553d3c5bc..347d10667 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -109,6 +109,10 @@ public: return _inter_size; } + dcp::Size out_size () const { + return _out_size; + } + bool same (std::shared_ptr<const PlayerVideo> other) const; size_t memory_used () const; |
