diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-06 15:14:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-06 15:14:58 +0100 |
| commit | 4debca21936fd004fdcabe8d6178694f8cbf5f4d (patch) | |
| tree | 50694eb7edee2800db77de3febe0532c666ab70a /src/subtitle_asset.h | |
| parent | 4c2e6d70f15deb7e571af4a49c8643d3957f7b99 (diff) | |
Give SMPTESubtitleAsset an intrinsic duration since it is a MXF like Picture/Sound.
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index 88dc427b..27b1bb32 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -68,7 +68,7 @@ public: return _subtitles; } - void add (SubtitleString); + virtual void add (SubtitleString); virtual void add_font (std::string id, boost::filesystem::path file) = 0; std::map<std::string, Data> fonts_with_load_ids () const; |
