修复ts/ps解析后组帧逻辑bug:#964

This commit is contained in:
ziyue
2021-07-07 11:02:05 +08:00
parent 9f9b3a5a64
commit 59131e3b0a
3 changed files with 35 additions and 35 deletions

View File

@@ -477,7 +477,7 @@ private:
bool willFlush(const Frame::Ptr &frame) const;
void doMerge(BufferLikeString &buffer, const Frame::Ptr &frame) const;
bool shouldDrop(const Frame::Ptr &frame) const;
bool frameCacheHasVCL(List<Frame::Ptr> &frameCached) const;
bool frameCacheHasVCL() const;
private:
int _type;