X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fimage_decoder.cc;h=ce45abdd906d2473d4c11224e54097376d2979ec;hp=a9e473f25e52e500d807d59a4a662552c28c4a7c;hb=f0c10e92b849566e458bc323f8783a6fe83e52d2;hpb=84012cdd64f451891febd36154b7226ea21a899b diff --git a/src/lib/image_decoder.cc b/src/lib/image_decoder.cc index a9e473f25..ce45abdd9 100644 --- a/src/lib/image_decoder.cc +++ b/src/lib/image_decoder.cc @@ -80,7 +80,6 @@ ImageDecoder::pass () void ImageDecoder::seek (ContentTime time, bool accurate) { - Decoder::seek ( - time, accurate); + Decoder::seek (time, accurate); _frame_video_position = time.frames_round (_image_content->active_video_frame_rate(film())); }