diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-11 15:20:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-11 16:05:58 +0000 |
| commit | 6bd8be029c72180a41d70e590bf2cb85a77317bf (patch) | |
| tree | f31286d8a6f4aa990fce2af549e5eb3cb7909b34 /src/lib/writer.h | |
| parent | 5c93e50af883f02eadcf9a7bfe9cbfabbb3be844 (diff) | |
Add language property to SubtitleContent and use it in output DCP subtitle files.
Diffstat (limited to 'src/lib/writer.h')
| -rw-r--r-- | src/lib/writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/writer.h b/src/lib/writer.h index f8aeb8c83..5efb14e50 100644 --- a/src/lib/writer.h +++ b/src/lib/writer.h @@ -94,7 +94,7 @@ public: void write (boost::shared_ptr<const EncodedData>, int, Eyes); void fake_write (int, Eyes); void write (boost::shared_ptr<const AudioBuffers>); - void write (PlayerSubtitles); + void write (PlayerSubtitles subs); void repeat (int f, Eyes); void finish (); |
