修复偶尔获取H265宽高失败的问题

This commit is contained in:
xiongziliang 2020-11-07 17:45:16 +08:00
parent bad419e41f
commit ba7251f345

View File

@ -247,6 +247,9 @@ private:
}
break;
}
if (_width == 0 && ready()) {
onReady();
}
}
/**