From ae95d9cab28e414245e15ddeae20e96735594a8b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 19 Jul 2018 19:58:30 +0100 Subject: Partial conversion of PlayerSubtitles -> PlayerText and SubtitleString -> PlainText. --- src/lib/dcp_encoder.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/dcp_encoder.h') diff --git a/src/lib/dcp_encoder.h b/src/lib/dcp_encoder.h index 15f3dbc64..7fbb076f3 100644 --- a/src/lib/dcp_encoder.h +++ b/src/lib/dcp_encoder.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2017 Carl Hetherington + Copyright (C) 2012-2018 Carl Hetherington This file is part of DCP-o-matic. @@ -19,7 +19,7 @@ */ #include "types.h" -#include "player_subtitles.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 subtitle (PlayerSubtitles, DCPTimePeriod); + void subtitle (PlayerText, DCPTimePeriod); boost::shared_ptr _writer; boost::shared_ptr _j2k_encoder; -- cgit v1.2.3