Kamil Trzcinski 9c7f5fed12 Enable -Wall
2022-04-14 10:13:44 +02:00

11 lines
161 B
C

#pragma once
#include <time.h>
#include <linux/videodev2.h>
typedef struct {
char buf[10];
} fourcc_string;
fourcc_string fourcc_to_string(unsigned format);