wip: black pieces; sad part is that Shuffler can't cope with content that doesn't...
[dcpomatic.git] / src / lib / player.h
index 3f83d9547554b3fdc5c4f92aa8cfe86bf7ae2c06..ed002742408819e8b236a30dc10436bd6f4f0d42 100644 (file)
@@ -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)];