Fix H.265 multi-PPS frame compatibility issue (#3902)

This commit is contained in:
夏楚
2024-09-17 09:43:37 +08:00
committed by GitHub
parent 7c914666f2
commit 2cc69d1be6
2 changed files with 16 additions and 14 deletions

View File

@@ -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;