Commit c88fa27b authored by Bo Hu's avatar Bo Hu

Removed trailing whitespace in cap_qtkit.mm.

parent 114579c3
...@@ -674,7 +674,7 @@ CvCaptureFile::CvCaptureFile(const char* filename) { ...@@ -674,7 +674,7 @@ CvCaptureFile::CvCaptureFile(const char* filename) {
return; return;
} }
[mCaptureSession gotoEnd]; [mCaptureSession gotoEnd];
endOfMovie = [mCaptureSession currentTime]; endOfMovie = [mCaptureSession currentTime];
[mCaptureSession gotoBeginning]; [mCaptureSession gotoBeginning];
...@@ -712,7 +712,7 @@ int CvCaptureFile::didStart() { ...@@ -712,7 +712,7 @@ int CvCaptureFile::didStart() {
bool CvCaptureFile::grabFrame() { bool CvCaptureFile::grabFrame() {
NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init];
double t1 = getProperty(CV_CAP_PROP_POS_MSEC); double t1 = getProperty(CV_CAP_PROP_POS_MSEC);
QTTime curTime; QTTime curTime;
curTime = [mCaptureSession currentTime]; curTime = [mCaptureSession currentTime];
bool isEnd=(QTTimeCompare(curTime,endOfMovie) == NSOrderedSame); bool isEnd=(QTTimeCompare(curTime,endOfMovie) == NSOrderedSame);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment