Commit 303a7cc1 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

qtcapture: Fix a warning.

parent 3e461d28
......@@ -70,7 +70,7 @@ vlc_module_end();
}
- (id)init;
- (void)outputVideoFrame:(CVImageBufferRef)videoFrame withSampleBuffer:(QTSampleBuffer *)sampleBuffer fromConnection:(QTCaptureConnection *)connection;
- (BOOL)copyCurrentFrameToBuffer:(void *)buffer;
- (mtime_t)copyCurrentFrameToBuffer:(void *)buffer;
@end
/* Apple sample code */
......
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