RtspFace/GraphicHelper.h
@@ -26,6 +26,10 @@ const uint16_t UV = (V << 8 | U); return UV; } uint16_t toRGB565() const { return (((unsigned(R) << 8) & 0xF800) | ((unsigned(G) << 3) & 0x7E0) | ((unsigned(B) >> 3))); } }; struct PLGH_Color_YUV