diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-19 19:42:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-19 19:42:26 +0100 |
| commit | af9b2212f0d8f8c1f53aaf29e520b812dfdc321c (patch) | |
| tree | 82d12ed02b489d4e0f978a333cc130f4c427ea60 /src/dcp.cc | |
| parent | 13c6d55d16337abbd8d8969d7062a515c1b26995 (diff) | |
Initial work on subtitle writing.
Diffstat (limited to 'src/dcp.cc')
| -rw-r--r-- | src/dcp.cc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -216,8 +216,6 @@ DCP::read (bool require_mxfs) } else { throw DCPReadError ("duplicate PKLs found"); } - } else if (root == "DCSubtitle") { - files.subtitles.push_back (t.string()); } } @@ -242,7 +240,6 @@ DCP::read (bool require_mxfs) for (list<string>::iterator i = files.cpls.begin(); i != files.cpls.end(); ++i) { _cpls.push_back (shared_ptr<CPL> (new CPL (_directory, *i, asset_map, require_mxfs))); } - } bool |
