Tolerate inability to open film metadata.
[dcpomatic.git] / src / tools / servomatictest.cc
index 41ec8075d174396f4dcee631ed390fcda281f178..88c2a833ece8e1972964ed294ec9b67b548a7cc7 100644 (file)
@@ -42,7 +42,7 @@ static Server* server;
 static Log log_ ("servomatictest.log");
 
 void
-process_video (shared_ptr<Image> image, int frame)
+process_video (shared_ptr<Image> image, bool, int frame)
 {
        shared_ptr<DCPVideoFrame> local (new DCPVideoFrame (image, Size (1024, 1024), 0, Scaler::from_id ("bicubic"), frame, 24, "", 0, 250000000, &log_));
        shared_ptr<DCPVideoFrame> remote (new DCPVideoFrame (image, Size (1024, 1024), 0, Scaler::from_id ("bicubic"), frame, 24, "", 0, 250000000, &log_));