|
From: libvidcap c. <lib...@li...> - 2007-12-03 17:20:26
|
Revision: 76
http://libvidcap.svn.sourceforge.net/libvidcap/?rev=76&view=rev
Author: bcholew
Date: 2007-12-03 09:20:14 -0800 (Mon, 03 Dec 2007)
Log Message:
-----------
Unused variable.
Modified Paths:
--------------
trunk/src/sapi.c
Modified: trunk/src/sapi.c
===================================================================
--- trunk/src/sapi.c 2007-12-03 17:18:46 UTC (rev 75)
+++ trunk/src/sapi.c 2007-12-03 17:20:14 UTC (rev 76)
@@ -408,7 +408,6 @@
const long idle_state_sleep_period_ms = 100;
long sleep_ms = idle_state_sleep_period_ms;
int first_time = 1;
- const int sleeps_per_capture = 1;
int got_frame = 0;
int ret;
int capture_error = 0; /* FIXME: perhaps should exit on error */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|