Oops: Remove an accidental usleep() that sneaked in.
I believe this should fix ticket #302 and #297
This commit is contained in:
parent
3694d696d8
commit
ecc30ea997
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue