diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-25 22:51:47 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-08-25 22:51:47 +0200 |
| commit | a0873f70fbc95cc45106c61e9b3c5dfda3b946f9 (patch) | |
| tree | 288cccafbf71af879aa6963fc0e0729832d89749 /src/lib/subtitle_encoder.h | |
| parent | 9f294327cb59fce307c3a439f044d79b081376b0 (diff) | |
Try to clean up the mess of exporting subtitles when there is
one file vs many files (multiple reels or fonts).
Diffstat (limited to 'src/lib/subtitle_encoder.h')
| -rw-r--r-- | src/lib/subtitle_encoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/subtitle_encoder.h b/src/lib/subtitle_encoder.h index b267c9bae..6484d1b0b 100644 --- a/src/lib/subtitle_encoder.h +++ b/src/lib/subtitle_encoder.h @@ -37,7 +37,7 @@ class Film; class SubtitleEncoder : public Encoder { public: - SubtitleEncoder (boost::shared_ptr<const Film> film, boost::shared_ptr<Job> job, boost::filesystem::path output, bool split_reels, bool include_font); + SubtitleEncoder (boost::shared_ptr<const Film> film, boost::shared_ptr<Job> job, boost::filesystem::path output, std::string intial_name, bool split_reels, bool include_font); void go (); |
