diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-05 01:24:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-05 01:24:19 +0000 |
| commit | 5ee3348142f4cfafdbcf2c9c833843d717affc11 (patch) | |
| tree | 1c97c80eeccc6b5f515a611e35dee35b21d3b09b /test/subs_in_out.cc | |
| parent | 740938890d95e853cf13d4780a5d674c3d6c7f6f (diff) | |
Various IMF hacks.imf
Diffstat (limited to 'test/subs_in_out.cc')
| -rw-r--r-- | test/subs_in_out.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/subs_in_out.cc b/test/subs_in_out.cc index 154eb9e8..31b623b4 100644 --- a/test/subs_in_out.cc +++ b/test/subs_in_out.cc @@ -37,7 +37,7 @@ main (int argc, char* argv[]) } catch (exception& e) { cerr << "Could not load as interop: " << e.what() << "\n"; try { - dcp::SMPTESubtitleAsset sc (argv[1]); + dcp::SMPTESubtitleAsset sc (argv[1], dcp::ASSET_DCP); cout << sc.xml_as_string(); } catch (exception& e) { cerr << "Could not load as SMPTE (" << e.what() << ")\n"; |
