houxiao
2017-05-11 6945c922494798b8f5f3843f8c675d15b1b2bfd1
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