等待vps帧

This commit is contained in:
xiongziliang 2018-10-31 09:07:01 +08:00
parent 009e8cc4e4
commit addf90b88a

View File

@ -229,7 +229,7 @@ public:
}
bool ready() override {
return !_sps.empty() && !_pps.empty();
return !_vps.empty() && !_sps.empty() && !_pps.empty();
}