From e563727ee7b72881ee163db9b777559c8ceb5074 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 25 Sep 2013 17:19:59 +0100 Subject: Add round-trip KDM test. Fix various bugs in KDM generation. Some string -> path. --- examples/make_dcp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/make_dcp.cc b/examples/make_dcp.cc index 9222caaa..7e839867 100644 --- a/examples/make_dcp.cc +++ b/examples/make_dcp.cc @@ -89,7 +89,7 @@ main () Left surround Right surround */ - std::vector sound_files; + std::vector sound_files; sound_files.push_back ("examples/sine_440_-12dB.wav"); sound_files.push_back ("examples/sine_880_-12dB.wav"); -- cgit v1.2.3