[artoolkit-commits] artoolkit/lib/SRC/VideoMacOSX video.c, 1.24, 1.25
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2007-01-23 00:27:35
|
Update of /cvsroot/artoolkit/artoolkit/lib/SRC/VideoMacOSX In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv25152 Modified Files: video.c Log Message: Update docs for Mac video. Index: video.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/lib/SRC/VideoMacOSX/video.c,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** video.c 18 Jan 2007 22:50:46 -0000 1.24 --- video.c 23 Jan 2007 00:27:34 -0000 1.25 *************** *** 1237,1242 **** printf(" Return images with pixels in format cccc, where cccc is either a\n"); printf(" numeric pixel format number or a valid 4-character-code for a\n"); ! printf(" pixel format. The following values are supported: \n"); ! printf(" 32, BGRA, RGBA, ABGR, 24, 24BG, 2vuy, yuvs.\n"); printf(" (See http://developer.apple.com/quicktime/icefloe/dispatch020.html.)\n"); printf(" -fliph\n"); --- 1237,1245 ---- printf(" Return images with pixels in format cccc, where cccc is either a\n"); printf(" numeric pixel format number or a valid 4-character-code for a\n"); ! printf(" pixel format.\n"); ! printf(" The following numeric values are supported: \n"); ! printf(" 24 (24-bit RGB), 32 (32-bit ARGB), 40 (8-bit grey)"); ! printf(" The following 4-character-codes are supported: \n"); ! printf(" BGRA, RGBA, ABGR, 24BG, 2vuy, yuvs.\n"); printf(" (See http://developer.apple.com/quicktime/icefloe/dispatch020.html.)\n"); printf(" -fliph\n"); |