X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_encoder.h;h=8a2ad947dcc95d3f391d878f7ef18cad0a9ed2e6;hb=54e0e2ab9a48944004424f423397f8dc54aec8c8;hp=9808987c3ce61eee7bdb9b34db8eead74590e7d1;hpb=27b83475435dda4e84a90cf59a52f150905c4ab1;p=dcpomatic.git diff --git a/src/lib/dcp_encoder.h b/src/lib/dcp_encoder.h index 9808987c3..8a2ad947d 100644 --- a/src/lib/dcp_encoder.h +++ b/src/lib/dcp_encoder.h @@ -19,7 +19,7 @@ */ #include "types.h" -#include "player_caption.h" +#include "player_text.h" #include "encoder.h" #include @@ -52,7 +52,7 @@ private: void video (boost::shared_ptr, DCPTime); void audio (boost::shared_ptr, DCPTime); - void caption (PlayerCaption, CaptionType, DCPTimePeriod); + void text (PlayerText, TextType, DCPTimePeriod); boost::shared_ptr _writer; boost::shared_ptr _j2k_encoder; @@ -61,5 +61,5 @@ private: boost::signals2::scoped_connection _player_video_connection; boost::signals2::scoped_connection _player_audio_connection; - boost::signals2::scoped_connection _player_caption_connection; + boost::signals2::scoped_connection _player_text_connection; };