]> git.sesse.net Git - vlc/commitdiff
qtcapture: Fix a warning.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 26 May 2008 00:57:26 +0000 (02:57 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 26 May 2008 00:57:26 +0000 (02:57 +0200)
modules/access/qtcapture.m

index 1bf5431173435783f3e0539dadf7398f225aee18..661016f13aa6645b0e55e0f87e9e93ad9f442a35 100644 (file)
@@ -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 */