Get types into ReelWriter.
[dcpomatic.git] / src / lib / dcp_encoder.h
index 7fbb076f3d313cceb550fd5c3104e26ce5ca4092..8a2ad947dcc95d3f391d878f7ef18cad0a9ed2e6 100644 (file)
@@ -52,7 +52,7 @@ private:
 
        void video (boost::shared_ptr<PlayerVideo>, DCPTime);
        void audio (boost::shared_ptr<AudioBuffers>, DCPTime);
-       void subtitle (PlayerText, DCPTimePeriod);
+       void text (PlayerText, TextType, DCPTimePeriod);
 
        boost::shared_ptr<Writer> _writer;
        boost::shared_ptr<J2KEncoder> _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_subtitle_connection;
+       boost::signals2::scoped_connection _player_text_connection;
 };