Fix a few warnings from Coverity; nothing dangerous, I don't think.
[dcpomatic.git] / src / tools / server_test.cc
index 9223efb3eb6642592e1fa36af82a0a266bca774f..5cb1123b14bd9ff5c209c763f162bb0e6100abfa 100644 (file)
@@ -59,7 +59,7 @@ process_video (shared_ptr<PlayerVideo> pvf)
 
        ++frame_count;
 
-       shared_ptr<EncodedData> local_encoded = local->encode_locally ();
+       shared_ptr<EncodedData> local_encoded = local->encode_locally (boost::bind (&Log::dcp_log, log_.get(), _1, _2));
        shared_ptr<EncodedData> remote_encoded;
 
        string remote_error;