Fill missing H264/AVC levels 42 and 52 to srs_kernel_codec.hpp

This commit is contained in:
Laurentiu 2025-11-03 14:31:28 +02:00 committed by GitHub
parent bb6d416091
commit c4061beb0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1067,8 +1067,13 @@ enum SrsAvcLevel {
SrsAvcLevel_32 = 32,
SrsAvcLevel_4 = 40,
SrsAvcLevel_41 = 41,
SrsAvcLevel_42 = 42,
SrsAvcLevel_5 = 50,
SrsAvcLevel_51 = 51,
SrsAvcLevel_52 = 52,
SrsAvcLevel_6 = 6,
SrsAvcLevel_61 = 61,
SrsAvcLevel_62 = 62,
};
std::string srs_avc_level2str(SrsAvcLevel level);