mirror of
https://github.com/andreili/camera-streamer.git
synced 2025-08-23 19:34:07 +02:00
11 lines
161 B
C
11 lines
161 B
C
#pragma once
|
|
|
|
#include <time.h>
|
|
#include <linux/videodev2.h>
|
|
|
|
typedef struct {
|
|
char buf[10];
|
|
} fourcc_string;
|
|
|
|
fourcc_string fourcc_to_string(unsigned format);
|