Fix odd formatting.
authorCarl Hetherington <cth@carlh.net>
Tue, 29 Jan 2019 20:09:08 +0000 (20:09 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 29 Jan 2019 20:09:08 +0000 (20:09 +0000)
src/lib/image_decoder.cc

index a9e473f25e52e500d807d59a4a662552c28c4a7c..ce45abdd906d2473d4c11224e54097376d2979ec 100644 (file)
@@ -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()));
 }