Oops: Remove an accidental usleep() that sneaked in.

I believe this should fix ticket #302 and #297
This commit is contained in:
Andreas Öman 2010-10-18 21:47:25 +00:00
parent 3694d696d8
commit ecc30ea997

View file

@ -59,7 +59,6 @@ v4l_input(v4l_adapter_t *va)
int len, l, r;
len = read(va->va_fd, buf, 4000);
usleep(10000);
if(len < 1)
return;