Clone dev->dev_fd
to provide buf_list->dev_fd
This commit is contained in:
@ -23,6 +23,7 @@ typedef struct device_v4l2_s {
|
||||
} device_v4l2_t;
|
||||
|
||||
typedef struct buffer_list_v4l2_s {
|
||||
int dev_fd;
|
||||
bool do_mplanes;
|
||||
int type;
|
||||
} buffer_list_v4l2_t;
|
||||
|
Reference in New Issue
Block a user