mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Kernel: Fix demux SPS error for NVENC and LARIX. v6.0.22 (#3389)
Co-authored-by: Winlin <winlin@vip.126.com> Co-authored-by: john <hondaxiao@tencent.com>
This commit is contained in:
parent
47c2d59b31
commit
2b0e32aace
5 changed files with 51 additions and 79 deletions
|
@ -511,6 +511,7 @@ const int SrsHevcMax_PPS_COUNT = 64;
|
|||
*/
|
||||
struct SrsHevcProfileTierLevel
|
||||
{
|
||||
public:
|
||||
uint8_t general_profile_space;
|
||||
uint8_t general_tier_flag;
|
||||
uint8_t general_profile_idc;
|
||||
|
@ -565,6 +566,10 @@ struct SrsHevcProfileTierLevel
|
|||
std::vector<uint8_t> sub_layer_inbld_flag;
|
||||
std::vector<uint8_t> sub_layer_reserved_zero_bit;
|
||||
std::vector<uint8_t> sub_layer_level_idc;
|
||||
|
||||
public:
|
||||
SrsHevcProfileTierLevel();
|
||||
virtual ~SrsHevcProfileTierLevel();
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue