Cleanup: remove unused parameter to PlayerVideo::force.
[dcpomatic.git] / src / lib / ffmpeg_file_encoder.cc
index 6f13f5dd606eff5375c8b2338e8ade11a6e47353..57103abc712ab5523fb4c867c28198ed2dc32dcc 100644 (file)
@@ -399,7 +399,7 @@ FFmpegFileEncoder::video (shared_ptr<PlayerVideo> video, DCPTime time)
 {
        /* All our output formats are video range at the moment */
        auto image = video->image (
-               bind (&PlayerVideo::force, _1, _pixel_format),
+               bind (&PlayerVideo::force, _pixel_format),
                VideoRange::VIDEO,
                false
                );