WIP
This commit is contained in:
6
links.h
6
links.h
@ -3,9 +3,9 @@
|
||||
#include "v4l2.h"
|
||||
|
||||
typedef struct link_s {
|
||||
device_t *capture; // capture_list
|
||||
device_t *outputs[10];
|
||||
void (*on_buffer)(buffer_t *buf);
|
||||
struct device_s *capture; // capture_list
|
||||
struct device_s *outputs[10];
|
||||
void (*on_buffer)(struct buffer_s *buf);
|
||||
} link_t;
|
||||
|
||||
int handle_links(link_t *all_links, int timeout);
|
||||
|
Reference in New Issue
Block a user