Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin M. Schwartz <bens@alum.mit.edu>2010-07-25 22:05:51 (GMT)
committer Benjamin M. Schwartz <bens@alum.mit.edu>2010-07-25 22:05:51 (GMT)
commit5d2722997b4af2dba0055a5dbc0fe5253561e94d (patch)
tree570a0941791a41f804627b06b041ece620f7f687
parent5717b6e06812ef3f1bc8646487b46c438892c65e (diff)
set_framerate thinks in terms of time, not rate
-rw-r--r--capture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture.c b/capture.c
index 437cd65..d8d0ce7 100644
--- a/capture.c
+++ b/capture.c
@@ -686,7 +686,7 @@ main (int argc,
start_capturing ();
- if (framerate > 0) set_framerate(framerate, 1);
+ if (framerate > 0) set_framerate(1, framerate);
mainloop (numframes);