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