From e60bb3e51bd1508b149e6b8f6608f09b5196ae26 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 21 Jun 2015 01:15:32 +0100 Subject: No-op: remove all trailing whitespace. --- src/lib/video_decoder.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/video_decoder.cc') diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc index 9d165ab02..fcc262163 100644 --- a/src/lib/video_decoder.cc +++ b/src/lib/video_decoder.cc @@ -52,7 +52,7 @@ list VideoDecoder::decoded_video (Frame frame) { list output; - + for (list::const_iterator i = _decoded_video.begin(); i != _decoded_video.end(); ++i) { if (i->frame == frame) { output.push_back (*i); @@ -224,7 +224,7 @@ VideoDecoder::fill_3d (Frame from, Frame to, Eyes eye) } } } - + /** Called by subclasses when they have a video frame ready */ void VideoDecoder::video (shared_ptr image, Frame frame) @@ -272,7 +272,7 @@ VideoDecoder::video (shared_ptr image, Frame frame) boost::optional from; boost::optional to; - + if (_decoded_video.empty() && _last_seek_time && _last_seek_accurate) { from = _last_seek_time->frames (_video_content->video_frame_rate ()); to = to_push.front().frame; -- cgit v1.2.3