[fix] use task queue to process rtp packet history

This commit is contained in:
dijunkun
2025-04-03 16:54:28 +08:00
parent a36b352039
commit 772db42494
13 changed files with 152 additions and 196 deletions

View File

@@ -80,7 +80,7 @@ int NvidiaVideoDecoder::Decode(
#endif
if ((*(data + 4) & 0x1f) == 0x07) {
LOG_WARN("Receive key frame");
LOG_INFO("Receive key frame");
}
int num_frame_returned = decoder->Decode(data, (int)size);