Rename send_binary -> write_to_socket.
[dcpomatic.git] / src / lib / player_video.h
index 0a6a9da67858cff0e97d9fb30921b5f901422976..a8f12a0829c886aded28cb30242edb212e2e334c 100644 (file)
@@ -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);