diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-19 22:44:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-19 23:45:23 +0100 |
| commit | 27b83475435dda4e84a90cf59a52f150905c4ab1 (patch) | |
| tree | 51d0158c7a879f6b2f3c40843c5e5e455069a1dc /src/lib/active_captions.cc | |
| parent | 9cb73fbc0fa4643612f01665bc6d9fc430656f32 (diff) | |
Clean up after previous commit.
Diffstat (limited to 'src/lib/active_captions.cc')
| -rw-r--r-- | src/lib/active_captions.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/active_captions.cc b/src/lib/active_captions.cc index 972095e37..d41270382 100644 --- a/src/lib/active_captions.cc +++ b/src/lib/active_captions.cc @@ -20,7 +20,7 @@ #include "active_captions.h" #include "piece.h" -#include "text_content.h" +#include "caption_content.h" #include <boost/shared_ptr.hpp> #include <boost/weak_ptr.hpp> @@ -47,7 +47,7 @@ ActiveCaptions::get_burnt (DCPTimePeriod period, bool always_burn_subtitles) con continue; } - if (!piece->content->subtitle->use() || (!always_burn_subtitles && !piece->content->subtitle->burn())) { + if (!piece->content->caption->use() || (!always_burn_subtitles && !piece->content->caption->burn())) { /* Not burning this piece */ continue; } |
