sujinwen
2017-07-26 0a7e6639ae4e193de0e15c86fde488c950f315d0
VisitFace/RtspNativeCodec/app/src/main/cpp/FaceCache.h
@@ -6,13 +6,14 @@
struct NativeImgIdx
{
   int st_track_id;
   int offset;
   int size;
   int type;
   int width;
   int height;
   NativeImgIdx() : offset(0), size(0), type(0), width(0), height(0)
   NativeImgIdx() : st_track_id(-1), offset(0), size(0), type(0), width(0), height(0)
   {}
   operator std::string() const;