summaryrefslogtreecommitdiff
path: root/src/lib/player_video.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-15 21:01:54 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-17 00:42:54 +0200
commite9cca90a162e3e4b1db4a5e5188831beaa69d44e (patch)
treeffdc9945c3da5c1686cf7fe0d05051bccfd2555d /src/lib/player_video.h
parent68dda7cd10c973a9342afd3ef606eb6012dc723b (diff)
Rename send_binary -> write_to_socket.
Diffstat (limited to 'src/lib/player_video.h')
-rw-r--r--src/lib/player_video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player_video.h b/src/lib/player_video.h
index 0a6a9da67..a8f12a082 100644
--- a/src/lib/player_video.h
+++ b/src/lib/player_video.h
@@ -73,7 +73,7 @@ public:
static AVPixelFormat keep_xyz_or_rgb (AVPixelFormat);
void add_metadata (xmlpp::Node* node) const;
- void send_binary (boost::shared_ptr<Socket> socket) const;
+ void write_to_socket (boost::shared_ptr<Socket> socket) const;
bool reset_metadata (boost::shared_ptr<const Film> film, dcp::Size video_container_size, dcp::Size film_frame_size);