MacOSX / QTKit capture: trying to fix invalid timer call
This commit is contained in:
parent
35014a9742
commit
a2bda99921
@ -93,6 +93,8 @@ didDropVideoFrameWithSampleBuffer:(QTSampleBuffer *)sampleBuffer
|
|||||||
- (int)updateImage;
|
- (int)updateImage;
|
||||||
- (IplImage*)getOutput;
|
- (IplImage*)getOutput;
|
||||||
|
|
||||||
|
- (void)doFireTimer:(NSTimer *)timer;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
@ -622,6 +624,11 @@ didDropVideoFrameWithSampleBuffer:(QTSampleBuffer *)sampleBuffer
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (void)doFireTimer:(NSTimer *)timer {
|
||||||
|
(void)timer;
|
||||||
|
// dummy
|
||||||
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user