Change video content scaling so that it either:
[dcpomatic.git] / test / ffmpeg_audio_only_test.cc
index a8a7184c4e264883b7de730afec4adc3cc4c073c..6fc9f9f2cda58f03a5beef38abaed9edc115589b 100644 (file)
@@ -92,7 +92,7 @@ test (boost::filesystem::path file)
        ref_buffer_size = info.samplerate * info.channels;
        ref_buffer = new float[ref_buffer_size];
 
-       shared_ptr<Player> player (new Player (film, film->playlist ()));
+       shared_ptr<Player> player (new Player(film));
 
        player->Audio.connect (bind (&audio, _1, info.channels));
        while (!player->pass ()) {}