RtspFace/PL_AndroidMediaCodecDecoder_ndk.cpp
@@ -343,7 +343,11 @@ in->lastMbfBuffer.buffSize = in->buffSize; in->lastMbfBuffer.width = in->config.ak_width; in->lastMbfBuffer.height = in->config.ak_height; microseconds_to_timeval(info.presentationTimeUs, in->lastMbfBuffer.pts); if (in->config.ptsUseAbsoluteTime) gettimeofday(&(in->lastMbfBuffer.pts), nullptr); else microseconds_to_timeval(info.presentationTimeUs, in->lastMbfBuffer.pts); //if (in->lastMbfBuffer.buffSize > 10) //{