houxiao
2017-04-28 9a3ef17d8b9f96fa05b5439c89bbfc2868d0f268
VisitFace/RtspNativeCodec/app/src/main/cpp/FaceCache.h
@@ -11,6 +11,11 @@
   int type;
   int width;
   int height;
   NativeImgIdx() : offset(0), size(0), type(0), width(0), height(0)
   {}
   operator std::string() const;
};
class FaceCache