summaryrefslogtreecommitdiff
path: root/src/lib/video_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-04 13:41:08 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-04 13:41:08 +0100
commit80bf0bfaaaf705beffc728c182c394fdc87e479e (patch)
tree355ef33754ed4783fbcc23c4c2a353f42ee7eb5b /src/lib/video_decoder.cc
parentea50f871993b76f733d5deb86a6004dc6bda3f0e (diff)
Comment tweak.
Diffstat (limited to 'src/lib/video_decoder.cc')
-rw-r--r--src/lib/video_decoder.cc3
1 files changed, 2 insertions, 1 deletions
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 ();
}