X-Git-Url: http://challenge-bot.com/repos/?p=ozzloy%40gmail.com%2Foble;a=blobdiff_plain;f=oble.cpp;fp=oble.cpp;h=be973e23c11704828e781a483c420365b2fd91c8;hp=9033c6905f5e306daf39a7fa71fd43bb1b080e7d;hb=8e30118307f10d415b307360e827b3ba761a9230;hpb=4dbced6b2345ceb73e3eea66bf52d59e6092d9ba diff --git a/oble.cpp b/oble.cpp index 9033c69..be973e2 100644 --- a/oble.cpp +++ b/oble.cpp @@ -255,7 +255,7 @@ int get_one_frame(CvCapture* capture, IplImage* &frame) if(!frame) { cerr << "ERROR: frame is null..., trying again" << endl; - frame = cvQueryFrame(capture); + frame = cvQueryFrame(capture); if(!frame) { cerr << "ERROR: frame is still null... maybe reset capture?" << endl;