mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-14 12:05:58 +08:00
优化特定情况下丢帧问题
This commit is contained in:
@@ -53,8 +53,8 @@ void MediaSink::inputFrame(const Frame::Ptr &frame) {
|
||||
if (it == _track_map.end()) {
|
||||
return;
|
||||
}
|
||||
it->second->inputFrame(frame);
|
||||
checkTrackIfReady(it->second);
|
||||
it->second->inputFrame(frame);
|
||||
}
|
||||
|
||||
void MediaSink::checkTrackIfReady_l(const Track::Ptr &track){
|
||||
|
||||
Reference in New Issue
Block a user