From: libvidcap c. <lib...@li...> - 2007-12-12 21:00:43
|
Revision: 86 http://libvidcap.svn.sourceforge.net/libvidcap/?rev=86&view=rev Author: bcholew Date: 2007-12-12 13:00:27 -0800 (Wed, 12 Dec 2007) Log Message: ----------- Turn off the capture timer thread. It's not useful right now. Modified Paths: -------------- trunk/src/vidcap.c Modified: trunk/src/vidcap.c =================================================================== --- trunk/src/vidcap.c 2007-12-12 20:58:59 UTC (rev 85) +++ trunk/src/vidcap.c 2007-12-12 21:00:27 UTC (rev 86) @@ -311,7 +311,7 @@ * allow an application to choose to forego this feature * and the associated overhead */ - src_ctx->use_timer_thread = 1; + src_ctx->use_timer_thread = 0; if ( src_ctx->use_timer_thread ) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |