From: <do...@us...> - 2007-11-22 00:15:48
|
Revision: 1281 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1281&view=rev Author: dohpaz Date: 2007-11-21 16:15:53 -0800 (Wed, 21 Nov 2007) Log Message: ----------- Comment out diagnostic. Modified Paths: -------------- branches/team/elbunce/iaxclient/lib/video.c Modified: branches/team/elbunce/iaxclient/lib/video.c =================================================================== --- branches/team/elbunce/iaxclient/lib/video.c 2007-11-22 00:09:52 UTC (rev 1280) +++ branches/team/elbunce/iaxclient/lib/video.c 2007-11-22 00:15:53 UTC (rev 1281) @@ -973,7 +973,7 @@ !(prefs & IAXC_VIDEO_PREF_RECV_LOCAL_RAW) && !(prefs & IAXC_VIDEO_PREF_RECV_LOCAL_ENCODED)) ) { - fprintf(stderr, "We SHOULD be STOPPING capture here! vinfo.capturing=%d\n", vinfo.capturing); +/* fprintf(stderr, "We SHOULD be STOPPING capture here! vinfo.capturing=%d\n", vinfo.capturing); */ MUTEXLOCK(&vinfo.camera_lock); if ( vinfo.capturing && vinfo.src && This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |