Comment tweak.
authorCarl Hetherington <cth@carlh.net>
Mon, 4 Jul 2016 12:41:08 +0000 (13:41 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 4 Jul 2016 12:41:08 +0000 (13:41 +0100)
src/lib/video_decoder.cc

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