diff options
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 2 |
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)]; |
