From 8bef34f672815c3c9b4236d06fdee8dfd0bffbc2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 24 Nov 2013 01:52:23 +0000 Subject: Various joining fixes. --- test/stream_test.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/stream_test.cc b/test/stream_test.cc index b56f133c7..86bcc5a69 100644 --- a/test/stream_test.cc +++ b/test/stream_test.cc @@ -21,6 +21,7 @@ #include #include #include "lib/ffmpeg_content.h" +#include "lib/film.h" using std::pair; using std::list; @@ -61,7 +62,7 @@ BOOST_AUTO_TEST_CASE (stream_test) map->add_child("DCP")->add_child_text ("2"); } - FFmpegAudioStream a (shared_ptr (new cxml::Node (root))); + FFmpegAudioStream a (shared_ptr (new cxml::Node (root)), Film::state_version); BOOST_CHECK_EQUAL (a.id, 4); BOOST_CHECK_EQUAL (a.frame_rate, 44100); -- cgit v1.2.3