X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_file_encoder.cc;h=57103abc712ab5523fb4c867c28198ed2dc32dcc;hb=4f9314a311de379b105741273a15821da62a75cc;hp=6f13f5dd606eff5375c8b2338e8ade11a6e47353;hpb=bd5c164496bcb86c41ae8ac42241a652ee3a1b14;p=dcpomatic.git diff --git a/src/lib/ffmpeg_file_encoder.cc b/src/lib/ffmpeg_file_encoder.cc index 6f13f5dd6..57103abc7 100644 --- a/src/lib/ffmpeg_file_encoder.cc +++ b/src/lib/ffmpeg_file_encoder.cc @@ -399,7 +399,7 @@ FFmpegFileEncoder::video (shared_ptr 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 );