diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-04 01:14:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-04 01:14:12 +0100 |
| commit | 41c4d628f7ef3c9f9b434d34ff099f5fe4de1ae4 (patch) | |
| tree | f912e10cfd99245933ffd3eaa0d39a01aec1daad /test/subs_in_out.cc | |
| parent | 09e16aa3acf7878b54a4995a0be79890f26db09f (diff) | |
Port support for MXF-wrapped subtitles from 0.x
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 9b2c2e9b..f3f4baf9 100644 --- a/test/subs_in_out.cc +++ b/test/subs_in_out.cc @@ -10,7 +10,7 @@ int main (int argc, char* argv[]) exit (EXIT_FAILURE); } - dcp::SubtitleContent s (argv[1]); + dcp::SubtitleContent s (argv[1], false); cout << s.xml_as_string (); return 0; } |
