We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661d9b1 commit d5a2e4bCopy full SHA for d5a2e4b
ndk-modules/ovkmplayer/decoders/videodec.cpp
@@ -60,7 +60,6 @@ void *VideoDecoder::decodeInThread() {
60
convertYuv2Rgb(pxf, gFrame, dataSize);
61
tVideoFrames++;
62
gInterface->onStreamDecoding((uint8_t*)gBuffer, dataSize, gStreamIndex);
63
- sleep((unsigned int)getPacketTime());
64
}
65
av_free(gFrame);
66
// Free the packet that was allocated by av_read_frame
0 commit comments