[vlc-devel] commit: qtcapture: Fix a warning. (Pierre d'Herbemont )

git version control git at videolan.org
Mon May 26 03:09:42 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Mon May 26 02:57:26 2008 +0200| [303a7cc10d552e17be537c30ddfd8fc6f79360a6]

qtcapture: Fix a warning.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=303a7cc10d552e17be537c30ddfd8fc6f79360a6
---

 modules/access/qtcapture.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/access/qtcapture.m b/modules/access/qtcapture.m
index 1bf5431..661016f 100644
--- a/modules/access/qtcapture.m
+++ b/modules/access/qtcapture.m
@@ -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 */




More information about the vlc-devel mailing list