Change video content scaling so that it either:
[dcpomatic.git] / test / ffmpeg_audio_only_test.cc
index df32cadd49e89da85cf4af378d7e1f5b9cd3141b..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(), film->length()));
+       shared_ptr<Player> player (new Player(film));
 
        player->Audio.connect (bind (&audio, _1, info.channels));
        while (!player->pass ()) {}