houxiao
2017-07-19 d4838060870f637fd1b627dda0117f31390423c4
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