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.cc | |
| parent | 507a389e9c5f84ec1d51e7566e38fbf42f658537 (diff) | |
Partial conversion of PlayerSubtitles -> PlayerText and SubtitleString -> PlainText.
Diffstat (limited to 'src/lib/ffmpeg_encoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_encoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_encoder.cc b/src/lib/ffmpeg_encoder.cc index e55622abf..e9d872c8f 100644 --- a/src/lib/ffmpeg_encoder.cc +++ b/src/lib/ffmpeg_encoder.cc @@ -411,7 +411,7 @@ FFmpegEncoder::audio_frame (int size) } void -FFmpegEncoder::subtitle (PlayerSubtitles, DCPTimePeriod) +FFmpegEncoder::subtitle (PlayerText, DCPTimePeriod) { } |
