drop SEI and AUD for h264 and h265 avoid sei as a frame

This commit is contained in:
xgj
2021-06-18 15:19:21 +08:00
parent a6e9652da8
commit 2335043cdf
3 changed files with 29 additions and 3 deletions

View File

@@ -475,6 +475,7 @@ public:
private:
bool willFlush(const Frame::Ptr &frame) const;
void doMerge(BufferLikeString &buffer, const Frame::Ptr &frame) const;
bool shouldDrop(const Frame::Ptr &frame) const;
private:
int _type;