diff options
Diffstat (limited to 'src/lib/video_decoder.cc')
| -rw-r--r-- | src/lib/video_decoder.cc | 3 |
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 (); } |
