2022-04-10 14:41:00 +02:00

10 lines
143 B
C

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