Remove unnecessary Film variable in ContentPart.
[dcpomatic.git] / test / audio_decoder_test.cc
index 7dba67b5a8505a821127221eaf18a5ee9d693f3b..45617bc41547c49b451b06831019da8dbc427c59 100644 (file)
@@ -41,7 +41,7 @@ public:
        TestAudioContent (shared_ptr<const Film> film)
                : Content (film)
        {
-               audio.reset (new AudioContent (this, film));
+               audio.reset (new AudioContent (this));
                audio->set_stream (AudioStreamPtr (new AudioStream (48000, audio_length(), 2)));
        }