Get rid of v4l2_buffer/v4l2_plane from buffer_t

This commit is contained in:
Kamil Trzcinski
2022-04-10 10:37:52 +02:00
parent e77f0438f1
commit 4d01c86398
9 changed files with 132 additions and 90 deletions

5
device/v4l2/v4l2.h Normal file
View File

@ -0,0 +1,5 @@
#pragma once
typedef struct buffer_list_s buffer_list_t;
int buffer_list_v4l2_refresh_states(buffer_list_t *buf_list);