libcvd-members
[Top][All Lists]
Advanced

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

[libcvd-members] libcvd/cvd_src/Linux videosource_nov4l1buffer.cc


From: Gerhard Reitmayr
Subject: [libcvd-members] libcvd/cvd_src/Linux videosource_nov4l1buffer.cc
Date: Mon, 02 Nov 2009 17:44:08 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Gerhard Reitmayr <gerhard>      09/11/02 17:44:08

Modified files:
        cvd_src/Linux  : videosource_nov4l1buffer.cc 

Log message:
        corrected small bayer type confusion

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

Patches:
Index: videosource_nov4l1buffer.cc
===================================================================
RCS file: /cvsroot/libcvd/libcvd/cvd_src/Linux/videosource_nov4l1buffer.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- videosource_nov4l1buffer.cc 27 Oct 2009 23:17:02 -0000      1.2
+++ videosource_nov4l1buffer.cc 2 Nov 2009 17:44:08 -0000       1.3
@@ -16,7 +16,7 @@
                throw VideoSourceException("V4L1Buffer is not compiled in to 
libcvd.");
        }
 
-       template <> VideoBuffer<bayer_grbg>* makeV4L1Buffer(const std::string& 
, const ImageRef&)
+       template <> VideoBuffer<bayer>* makeV4L1Buffer(const std::string& , 
const ImageRef&)
        {
                throw VideoSourceException("V4L1Buffer is not compiled in to 
libcvd.");
        }




reply via email to

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