xuxiuxi
2017-08-01 e8726ef630f333452fc73fd72ce02aa2bdeef867
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)
            //{