Move opts/ into util/opts/

This commit is contained in:
Kamil Trzcinski
2022-09-02 22:00:01 +02:00
parent 9a592fb00e
commit f5726fc9b2
34 changed files with 48 additions and 48 deletions

10
util/opts/fourcc.h Normal file
View 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);