houxiao
2017-04-25 521e435d5d63fc76097e6667ba5ef9bcd1393a7b
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