等待vps帧
This commit is contained in:
parent
009e8cc4e4
commit
addf90b88a
|
|
@ -229,7 +229,7 @@ public:
|
|||
}
|
||||
|
||||
bool ready() override {
|
||||
return !_sps.empty() && !_pps.empty();
|
||||
return !_vps.empty() && !_sps.empty() && !_pps.empty();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue