More automated renaming.
[dcpomatic.git] / src / lib / dcp_encoder.h
index 9808987c3ce61eee7bdb9b34db8eead74590e7d1..23b05d0dcbc752a1863007c7b2bad1b1fa7d824e 100644 (file)
@@ -19,7 +19,7 @@
 */
 
 #include "types.h"
-#include "player_caption.h"
+#include "player_text.h"
 #include "encoder.h"
 #include <boost/weak_ptr.hpp>
 
@@ -52,7 +52,7 @@ private:
 
        void video (boost::shared_ptr<PlayerVideo>, DCPTime);
        void audio (boost::shared_ptr<AudioBuffers>, DCPTime);
-       void caption (PlayerCaption, CaptionType, DCPTimePeriod);
+       void caption (PlayerText, TextType, DCPTimePeriod);
 
        boost::shared_ptr<Writer> _writer;
        boost::shared_ptr<J2KEncoder> _j2k_encoder;