Move opts/
into util/opts/
This commit is contained in:
10
util/opts/fourcc.h
Normal file
10
util/opts/fourcc.h
Normal file
@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <time.h>
|
||||
#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