mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-20 15:22:22 +08:00
优化判断h265是否为关键帧的代码
This commit is contained in:
@@ -61,7 +61,7 @@ public:
|
||||
|
||||
bool keyFrame() const override;
|
||||
bool configFrame() const override;
|
||||
static bool isKeyFrame(int type, const char* ptr, uint32_t prefix_size);
|
||||
static bool isKeyFrame(int type, const char* ptr);
|
||||
|
||||
protected:
|
||||
friend class FrameImp;
|
||||
|
||||
Reference in New Issue
Block a user