Merge.
[dcpomatic.git] / test / ffmpeg_audio_test.cc
index 19f71e9644573897891d4170ac2bfb7408418325..65c29325c348178b2fd4febc13fa8ac7f01044ff 100644 (file)
@@ -27,6 +27,7 @@
 #include "lib/film.h"
 #include "lib/dcp_content_type.h"
 #include "lib/ratio.h"
+#include "lib/ffmpeg_content.h"
 #include "test.h"
 
 using std::string;
@@ -44,6 +45,7 @@ BOOST_AUTO_TEST_CASE (ffmpeg_audio_test)
        wait_for_jobs ();
 
        film->set_container (Ratio::from_id ("185"));
+       film->set_audio_channels (6);
        film->set_dcp_content_type (DCPContentType::from_pretty_name ("Test"));
        film->make_dcp ();
        film->write_metadata ();