houxiao
2017-06-28 a1d71a36321431968d09d929ce6d04f6d7896b10
FaceServer/proto_hton_ntoh.cpp
@@ -40,6 +40,7 @@
   mb_type = htons(mb_type);
   width = htons(width);
   height = htons(height);
   size = htons(size);
}
void FDP_Image::ntoh()
@@ -48,6 +49,7 @@
   mb_type = ntohs(mb_type);
   width = ntohs(width);
   height = ntohs(height);
   size = ntohs(size);
}
void FDP_FaceDetectPB::hton()