From 80bf0bfaaaf705beffc728c182c394fdc87e479e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 4 Jul 2016 13:41:08 +0100 Subject: Comment tweak. --- src/lib/video_decoder.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/video_decoder.cc') diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc index f856d93aa..aedc1a13f 100644 --- a/src/lib/video_decoder.cc +++ b/src/lib/video_decoder.cc @@ -145,7 +145,8 @@ VideoDecoder::get (Frame frame, bool accurate) } /* Clean up _decoded; keep the frame we are returning, if any (which may have two images - for 3D), but nothing before that */ + for 3D), but nothing before that + */ while (!_decoded.empty() && !dec.empty() && _decoded.front().frame.index() < dec.front().frame.index()) { _decoded.pop_front (); } -- cgit v1.2.3