Optimise usage of videodev2.h header

This commit is contained in:
Kamil Trzcinski
2022-04-10 14:41:00 +02:00
parent b21ddd2519
commit cae3087116
32 changed files with 131 additions and 158 deletions

View File

@ -1,6 +1,7 @@
#include "device/v4l2/v4l2.h"
#include "v4l2.h"
#include "device/buffer_list.h"
#include "device/device.h"
#include "opts/log.h"
int v4l2_buffer_list_refresh_states(buffer_list_t *buf_list)
{