diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-09 14:07:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-09 14:07:35 +0100 |
| commit | 644bb89cb752eb89d639e16ee0bff70d25a75750 (patch) | |
| tree | d55916d4fe52c97af0f708ffeb6b28abcbe2eab0 /src/lib/dcp_subtitle.cc | |
| parent | 3e7b4caf9be417bc1c80f1389d01e9dc98a25f21 (diff) | |
Bump libdcp.
Diffstat (limited to 'src/lib/dcp_subtitle.cc')
| -rw-r--r-- | src/lib/dcp_subtitle.cc | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/lib/dcp_subtitle.cc b/src/lib/dcp_subtitle.cc index 66cee4ad8..9963d0a94 100644 --- a/src/lib/dcp_subtitle.cc +++ b/src/lib/dcp_subtitle.cc @@ -39,15 +39,7 @@ DCPSubtitle::load (boost::filesystem::path file) const if (!sc) { try { - sc.reset (new dcp::SMPTESubtitleAsset (file, true)); - } catch (...) { - - } - } - - if (!sc) { - try { - sc.reset (new dcp::SMPTESubtitleAsset (file, false)); + sc.reset (new dcp::SMPTESubtitleAsset (file)); } catch (...) { } |
