Add buffer_v4l2_t
This commit is contained in:
@ -20,6 +20,10 @@ typedef struct buffer_list_v4l2_s {
|
||||
int type;
|
||||
} buffer_list_v4l2_t;
|
||||
|
||||
typedef struct buffer_v4l2_s {
|
||||
unsigned flags;
|
||||
} buffer_v4l2_t;
|
||||
|
||||
int v4l2_device_open(device_t *dev);
|
||||
void v4l2_device_close(device_t *dev);
|
||||
int v4l2_device_set_decoder_start(device_t *dev, bool do_on);
|
||||
|
Reference in New Issue
Block a user