Better configure sinks

This commit is contained in:
Kamil Trzcinski
2022-04-05 14:02:14 +02:00
parent f4e133b191
commit 582f08ba16
5 changed files with 13 additions and 3 deletions

View File

@ -8,6 +8,7 @@ typedef struct device_s {
int fd;
struct v4l2_capability v4l2_cap;
bool allow_dma;
bool buf_sink;
struct buffer_list_s *capture_list;
struct buffer_list_s *output_list;