diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-19 19:58:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-19 23:45:23 +0100 |
| commit | ae95d9cab28e414245e15ddeae20e96735594a8b (patch) | |
| tree | df35ddb480ee9aa7a34ff9831e2a3ee147a86fe7 /src/lib/ffmpeg_encoder.h | |
| parent | 507a389e9c5f84ec1d51e7566e38fbf42f658537 (diff) | |
Partial conversion of PlayerSubtitles -> PlayerText and SubtitleString -> PlainText.
Diffstat (limited to 'src/lib/ffmpeg_encoder.h')
| -rw-r--r-- | src/lib/ffmpeg_encoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_encoder.h b/src/lib/ffmpeg_encoder.h index ca1aa6fbc..b1d07eb7f 100644 --- a/src/lib/ffmpeg_encoder.h +++ b/src/lib/ffmpeg_encoder.h @@ -54,7 +54,7 @@ public: private: void video (boost::shared_ptr<PlayerVideo>, DCPTime); void audio (boost::shared_ptr<AudioBuffers>); - void subtitle (PlayerSubtitles, DCPTimePeriod); + void subtitle (PlayerText, DCPTimePeriod); void setup_video (); void setup_audio (); |
