Skip to content

Commit d5a2e4b

Browse files
committedApr 23, 2024·
Update videodec.cpp
1 parent 661d9b1 commit d5a2e4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎ndk-modules/ovkmplayer/decoders/videodec.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ void *VideoDecoder::decodeInThread() {
6060
convertYuv2Rgb(pxf, gFrame, dataSize);
6161
tVideoFrames++;
6262
gInterface->onStreamDecoding((uint8_t*)gBuffer, dataSize, gStreamIndex);
63-
sleep((unsigned int)getPacketTime());
6463
}
6564
av_free(gFrame);
6665
// Free the packet that was allocated by av_read_frame

0 commit comments

Comments
 (0)
Please sign in to comment.