diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-24 01:52:23 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-24 01:52:23 +0000 |
| commit | 8bef34f672815c3c9b4236d06fdee8dfd0bffbc2 (patch) | |
| tree | d37c47bf3ccb308f7a2959be0c2ef9c0e7ec9575 /test | |
| parent | c3da7c64f01420447dbab7f5c2ea42ff1b911cc5 (diff) | |
Various joining fixes.
Diffstat (limited to 'test')
| -rw-r--r-- | test/stream_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
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 <libxml++/libxml++.h> #include <libcxml/cxml.h> #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<cxml::Node> (new cxml::Node (root))); + FFmpegAudioStream a (shared_ptr<cxml::Node> (new cxml::Node (root)), Film::state_version); BOOST_CHECK_EQUAL (a.id, 4); BOOST_CHECK_EQUAL (a.frame_rate, 44100); |
