diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-14 00:39:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-14 00:39:45 +0100 |
| commit | 06047ebed43ed6203da501e230792f137d871654 (patch) | |
| tree | a44f655b0a1d36c3ba86ad4e0b0025b3ba0905f1 | |
| parent | cf6604b7897a4cdaaa7dd4ca0c6020e9973b21e7 (diff) | |
White space: player.h
| -rw-r--r-- | src/lib/player.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index 9076ac242..222d3c217 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -177,8 +177,8 @@ private: boost::optional<PositionImage> open_texts_for_frame(dcpomatic::DCPTime time) const; void emit_video(std::shared_ptr<PlayerVideo> pv, dcpomatic::DCPTime time); void use_video(std::shared_ptr<PlayerVideo> pv, dcpomatic::DCPTime time, dcpomatic::DCPTime end); - void emit_audio (std::shared_ptr<AudioBuffers> data, dcpomatic::DCPTime time); - std::shared_ptr<const Playlist> playlist () const; + void emit_audio(std::shared_ptr<AudioBuffers> data, dcpomatic::DCPTime time); + std::shared_ptr<const Playlist> playlist() const; boost::optional<dcpomatic::DCPTime> should_store( std::weak_ptr<Piece> weak_piece, std::weak_ptr<const TextContent> weak_content, dcpomatic::ContentTime subtitle_from ) const; |
