10 lines
143 B
C
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);
|