libcvd-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libcvd-members] libcvd/cvd_src/OSX videosource_noqtbuffer.cc


From: Edward Rosten
Subject: [libcvd-members] libcvd/cvd_src/OSX videosource_noqtbuffer.cc
Date: Fri, 20 Nov 2009 16:31:42 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Edward Rosten <edrosten>        09/11/20 16:31:42

Modified files:
        cvd_src/OSX    : videosource_noqtbuffer.cc 

Log message:
        Patch to fix compile error from  Adrien Angeli

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/cvd_src/OSX/videosource_noqtbuffer.cc?cvsroot=libcvd&r1=1.2&r2=1.3

Patches:
Index: videosource_noqtbuffer.cc
===================================================================
RCS file: /cvsroot/libcvd/libcvd/cvd_src/OSX/videosource_noqtbuffer.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- videosource_noqtbuffer.cc   12 Nov 2009 16:26:52 -0000      1.2
+++ videosource_noqtbuffer.cc   20 Nov 2009 16:31:41 -0000      1.3
@@ -2,12 +2,12 @@
 #include <cvd/OSX/qtbuffer.h>
 namespace CVD{
 
-       template <> VideoBuffer<vuy422> * makeQTBuffer( const ImageRef & size, 
int input, bool showsettings)
+       template <> VideoBuffer<vuy422> * makeQTBuffer( const ImageRef & size, 
int input, bool showsettings, bool verbose)
        {
                throw VideoSourceException("QTBuffer is not compiled in to 
libcvd.");
        }
 
-       template <> VideoBuffer<yuv422> * makeQTBuffer( const ImageRef & size, 
int input, bool showsettings)
+       template <> VideoBuffer<yuv422> * makeQTBuffer( const ImageRef & size, 
int input, bool showsettings, bool verbose)
        {
                throw VideoSourceException("QTBuffer is not compiled in to 
libcvd.");
        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]