X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fffmpeg_file_encoder.cc;h=57103abc712ab5523fb4c867c28198ed2dc32dcc;hp=6f13f5dd606eff5375c8b2338e8ade11a6e47353;hb=4f9314a311de379b105741273a15821da62a75cc;hpb=547ee025d195f5881c7807f5373f3a52c490ada9 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 );