Update of /cvsroot/artoolkit/artoolkit/lib/SRC/VideoLinux1394Cam
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv22669
Modified Files:
video.c
Log Message:
Added more descriptions about latest changes
Index: video.c
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/lib/SRC/VideoLinux1394Cam/video.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** video.c 15 Sep 2006 03:55:22 -0000 1.10
--- video.c 15 Sep 2006 04:06:18 -0000 1.11
***************
*** 68,75 ****
*
*
! * Revision: 1.3 Date: 2006/09/4 ( wa...@cs... )
* - Stabilised interfaces around latest libdc1394 libraries
* - Added various other cleanups and bug fixes to make the code more stable
* - Added licensing allowing LGPL or existing GPL with permission from original authors
*
*/
--- 68,77 ----
*
*
! * Revision: 1.3 Date: 2006/09/16 ( wa...@cs... )
* - Stabilised interfaces around latest libdc1394 libraries
* - Added various other cleanups and bug fixes to make the code more stable
* - Added licensing allowing LGPL or existing GPL with permission from original authors
+ * - Rearranged various constants from AR/config.h to make things easier to understand
+ * - Better config string support with ARTOOLKIT_CONFIG to override defaults from the shell
*
*/
|