disable threaded capture until it is tested better

This commit is contained in:
niels
2011-04-11 23:16:08 +02:00
parent 6981ef5a72
commit 630cd10cea

View File

@@ -76,7 +76,7 @@ static int video_driver_ = -1; // V4lUtils
static void *unicap_data_= NULL;
#endif
//forward decl
static int no_v4l2_threads_ = 0;
static int no_v4l2_threads_ = 1;
int _vj_tag_new_net(vj_tag *tag, int stream_nr, int w, int h,int f, char *host, int port, int p, int ty );
int _vj_tag_new_yuv4mpeg(vj_tag * tag, int stream_nr, editlist * el);