cleanup, update email addr, fix compile warnings

This commit is contained in:
c0ntrol
2016-03-22 20:43:42 +01:00
parent 99c04695fe
commit cce52c2a7a
293 changed files with 805 additions and 2393 deletions

View File

@@ -1052,7 +1052,6 @@ void *v4l2open ( const char *file, const int input_channel, int host_fmt, int wi
v->buffers = (bufs*) calloc( v->reqbuf.count, sizeof(*v->buffers));
int i;
for( i = 0; i < v->reqbuf.count; i ++ ) {
memset( &(v->buffer), 0, sizeof(v->buffer));
v->buffer.type = v->reqbuf.type;