mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-03 08:57:32 +08:00
Fix H.265 multi-PPS frame compatibility issue (#3902)
This commit is contained in:
@@ -151,7 +151,7 @@ private:
|
||||
void insertConfigFrame(const Frame::Ptr &frame);
|
||||
|
||||
private:
|
||||
bool _is_idr = false;
|
||||
bool _latest_is_config_frame = false;
|
||||
int _width = 0;
|
||||
int _height = 0;
|
||||
float _fps = 0;
|
||||
|
||||
Reference in New Issue
Block a user