Add -snapshot.height, -stream.height and -video.height

This commit is contained in:
Kamil Trzciński
2022-10-29 14:30:43 +02:00
committed by Kamil Trzcinski
parent c18561c9f8
commit ca08adb62f
29 changed files with 553 additions and 514 deletions

View File

@ -25,7 +25,8 @@ typedef struct link_callbacks_s {
typedef struct link_s {
buffer_list_t *source; // capture_list
buffer_list_t *sinks[10];
link_callbacks_t callbacks;
link_callbacks_t callbacks[10];
int n_callbacks;
} link_t;
int links_init(link_t *all_links);