X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fplayer_video.h;h=0a6cab9069e189c9ea6bdf1161a1a9912edf59a1;hb=4a4725e41bf4070969223f9c40885063c50e61d0;hp=276c9794834db2aeaa6a08668b8fe8530d58dbe2;hpb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;p=dcpomatic.git diff --git a/src/lib/player_video.h b/src/lib/player_video.h index 276c97948..0a6cab906 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -42,7 +42,7 @@ public: boost::shared_ptr, DCPTime, Crop, - boost::optional, + boost::optional, dcp::Size, dcp::Size, Eyes, @@ -54,10 +54,10 @@ public: void set_subtitle (PositionImage); - boost::shared_ptr image (AVPixelFormat pix_fmt, bool burn_subtitle, dcp::NoteHandler note) const; + boost::shared_ptr image (AVPixelFormat pix_fmt, dcp::NoteHandler note) const; - void add_metadata (xmlpp::Node* node, bool send_subtitles) const; - void send_binary (boost::shared_ptr socket, bool send_subtitles) const; + void add_metadata (xmlpp::Node* node) const; + void send_binary (boost::shared_ptr socket) const; bool has_j2k () const; Data j2k () const; @@ -88,11 +88,11 @@ private: boost::shared_ptr _in; DCPTime _time; Crop _crop; - boost::optional _fade; + boost::optional _fade; dcp::Size _inter_size; dcp::Size _out_size; Eyes _eyes; Part _part; boost::optional _colour_conversion; - PositionImage _subtitle; + boost::optional _subtitle; };