summaryrefslogtreecommitdiff
path: root/src/lib/player.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-05-19 21:35:46 +0200
committerCarl Hetherington <cth@carlh.net>2022-05-19 21:35:46 +0200
commit8d67ad2e74b6d2c88b52a397a2c2823254ec09fb (patch)
treec5901380449dcd83ea8f5eaeafd775d8f40e6c29 /src/lib/player.h
parente08d1ce718493a869e429be3a6f811575f2c8dd1 (diff)
wip: black pieces; sad part is that Shuffler can't cope with content that doesn't start at the same time.2253-3d-empty
Diffstat (limited to 'src/lib/player.h')
-rw-r--r--src/lib/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.h b/src/lib/player.h
index 3f83d9547..ed0027424 100644
--- a/src/lib/player.h
+++ b/src/lib/player.h
@@ -143,6 +143,7 @@ private:
dcpomatic::ContentTime dcp_to_content_time (std::shared_ptr<const Piece> piece, dcpomatic::DCPTime t) const;
dcpomatic::DCPTime content_time_to_dcp (std::shared_ptr<const Piece> piece, dcpomatic::ContentTime t) const;
std::shared_ptr<PlayerVideo> black_player_video_frame (Eyes eyes) const;
+ void add_black_pieces ();
void video (std::weak_ptr<Piece>, ContentVideo);
void audio (std::weak_ptr<Piece>, AudioStreamPtr, ContentAudio);
@@ -226,7 +227,6 @@ private:
};
std::map<AudioStreamPtr, StreamState> _stream_states;
- EmptyVideo _black;
EmptyAudio _silent;
ActiveText _active_texts[static_cast<int>(TextType::COUNT)];