#ifndef _SELFDRIVE_VISIOND_VISIOND_H_ #define _SELFDRIVE_VISIOND_VISIOND_H_ #include typedef struct { uint8_t *y, *u, *v; } YUVBuf; #endif // _SELFDRIVE_VISIOND_VISIOND_H_