X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fplayer_video.h;h=e06e5f45e183f1cad603a7b14f4fc38e03c4cae7;hb=096660d2cc3e65ae5e13a69e7ace19ff0d48b39a;hp=7d27877837bc835ef0bba256ed7cd24bde4d6e0f;hpb=7632d0d3da495443b80334363399172e54ebfd7c;p=dcpomatic.git diff --git a/src/lib/player_video.h b/src/lib/player_video.h index 7d2787783..e06e5f45e 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -41,10 +41,10 @@ public: void set_subtitle (PositionImage); - boost::shared_ptr image () const; + boost::shared_ptr image (bool burn_subtitle) const; - void add_metadata (xmlpp::Node* node) const; - void send_binary (boost::shared_ptr socket) const; + void add_metadata (xmlpp::Node* node, bool send_subtitles) const; + void send_binary (boost::shared_ptr socket, bool send_subtitles) const; DCPTime time () const { return _time;