mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-14 11:50:02 +01:00
use threaded capture by default
added double buffered capture attempted to fix pixelformat negotation
This commit is contained in:
@@ -37,6 +37,7 @@ typedef struct {
|
||||
pthread_mutex_t mutex;
|
||||
pthread_t thread;
|
||||
pthread_attr_t attr;
|
||||
pthread_cond_t cond;
|
||||
} v4l2_thread_info;
|
||||
|
||||
void *v4l2open ( const char *file, const int input_channel, int host_fmt, int wid, int hei, float fps, char norm );
|
||||
|
||||
Reference in New Issue
Block a user