Merge pull request #6228 from wangguoqin1001:2.4
This commit is contained in:
commit
7e44faf635
@ -95,6 +95,8 @@ didDropVideoFrameWithSampleBuffer:(QTSampleBuffer *)sampleBuffer
|
||||
- (int)updateImage;
|
||||
- (IplImage*)getOutput;
|
||||
|
||||
- (void)doFireTimer:(NSTimer *)timer;
|
||||
|
||||
@end
|
||||
|
||||
/*****************************************************************************
|
||||
@ -625,6 +627,11 @@ didDropVideoFrameWithSampleBuffer:(QTSampleBuffer *)sampleBuffer
|
||||
return 1;
|
||||
}
|
||||
|
||||
- (void)doFireTimer:(NSTimer *)timer {
|
||||
(void)timer;
|
||||
// dummy
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user