mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-23 03:10:04 +08:00
修复偶尔获取H265宽高失败的问题
This commit is contained in:
parent
bad419e41f
commit
ba7251f345
@ -247,6 +247,9 @@ private:
|
||||
}
|
||||
break;
|
||||
}
|
||||
if (_width == 0 && ready()) {
|
||||
onReady();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user