forked from tTh/FloatImg
krkrkr
This commit is contained in:
commit
d67e03c465
|
@ -12,6 +12,7 @@ int pr_v4l2_requestbuffers(char *txt, struct v4l2_requestbuffers *ptr);
|
|||
|
||||
char *str_input_type(int t);
|
||||
char *str_ctrl_type(int type);
|
||||
void pr_ctrl_id(uint32_t id);
|
||||
|
||||
/* --------------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#include <string.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <errno.h>
|
||||
#include <inttypes.h>
|
||||
#include <linux/videodev2.h>
|
||||
|
||||
#include "../floatimg.h"
|
||||
|
|
Loading…
Reference in New Issue