Files
sunnypilot/selfdrive/camerad/bufs.h
George Hotz 78d3dfe8ae selfdrive/camerad
old-commit-hash: 84560ccd55
2020-01-17 10:52:42 -08:00

9 lines
189 B
C

#ifndef _SELFDRIVE_VISIOND_VISIOND_H_
#define _SELFDRIVE_VISIOND_VISIOND_H_
#include <inttypes.h>
typedef struct { uint8_t *y, *u, *v; } YUVBuf;
#endif // _SELFDRIVE_VISIOND_VISIOND_H_