Add buffer_v4l2_t

This commit is contained in:
Kamil Trzcinski
2022-04-10 16:05:58 +02:00
parent 4a345ed048
commit f6309fa3b3
4 changed files with 15 additions and 7 deletions

View File

@ -22,9 +22,9 @@ typedef struct buffer_s {
bool is_keyframe : 1;
} flags;
struct {
unsigned flags;
} v4l2;
union {
struct buffer_v4l2_s *v4l2;
};
// State
int mmap_reflinks;