Optimise usage of videodev2.h
header
This commit is contained in:
9
opts/fourcc.h
Normal file
9
opts/fourcc.h
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <linux/videodev2.h>
|
||||
|
||||
typedef struct {
|
||||
char buf[10];
|
||||
} fourcc_string;
|
||||
|
||||
fourcc_string fourcc_to_string(unsigned format);
|
Reference in New Issue
Block a user