starter_video.cpp - infinite loop at the end of video file (Bug #1363)
Description
1 for (;;) {
2 capture >> frame;
3 if (frame.empty())
4 continue;
History
Updated by Alexander Shishkov about 13 years ago
Thank you for the report. Fixed in 7325 revision.
- Status changed from Open to Done
- Priority changed from High to Normal
Updated by Andrey Kamaev about 13 years ago
- Target version set to 2.4.0
- Description changed from <pre> <pre> for (;;) { capture >> fram... to <pre><code class="cpp"> for (;;) { ... More