diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-23 16:00:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-23 16:00:28 +0100 |
| commit | 5476e16fcdf6ade80e768c41373ba7e4c54e0cf5 (patch) | |
| tree | 17888ca42347ffb8be3290a6d7412e7255c18bfd | |
| parent | 4ed4255902c3710c94921b94613b5644276a4480 (diff) | |
Missing set of SubtitleAsset edit rate.0.95-branch
| -rw-r--r-- | src/cpl.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -178,6 +178,7 @@ CPL::CPL (boost::filesystem::path directory, string file, list<PathAssetMap> ass subtitle.reset (new SubtitleAsset (asset.first, asset.second->chunks.front()->path)); subtitle->set_entry_point ((*i)->asset_list->main_subtitle->entry_point); + subtitle->set_edit_rate (_fps); subtitle->set_duration ((*i)->asset_list->main_subtitle->duration); } |
