This commit is contained in:
Kamil Trzcinski
2022-04-04 17:45:13 +02:00
parent fcbb56f7fa
commit b92db819dd
5 changed files with 77 additions and 46 deletions

View File

@ -6,6 +6,8 @@ typedef struct link_s {
struct device_s *capture; // capture_list
struct device_s *outputs[10];
void (*on_buffer)(struct buffer_s *buf);
unsigned capture_format;
} link_t;
int links_init(link_t *all_links);