Various playlist editor developments and fixes.
[dcpomatic.git] / test / video_content_scale_test.cc
index 35812df35cb5ba2a72aab167f7549076c6c1a33a..67bfda3e5afae3f6e2f6c81a091b949d53ac6f8e 100644 (file)
@@ -96,7 +96,7 @@ test (dcp::Size content_size, dcp::Size display_size, dcp::Size film_size, Crop
        doc->read_string (s);
 
        list<string> notes;
-       shared_ptr<FFmpegContent> vc (new FFmpegContent (film, doc, 10, notes));
+       shared_ptr<FFmpegContent> vc (new FFmpegContent (doc, 10, notes));
 
        optional<VideoContentScale> sc;
        if (ratio) {