Skip to content
Snippets Groups Projects
Commit 303a7cc1 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont
Browse files

qtcapture: Fix a warning.

parent 3e461d28
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment