2022-09-02 22:00:01 +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);