1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Fix build fail

This commit is contained in:
winlin 2020-08-10 18:35:32 +08:00
parent 8f1af9a13a
commit 1591318792
2 changed files with 9 additions and 12 deletions

View file

@ -72,12 +72,6 @@ const uint8_t kRtpFb = 205;
const uint8_t kPsFb = 206;
const uint8_t kXR = 207;
// @see: https://tools.ietf.org/html/rfc4585#section-6.3
const uint8_t kPLI = 1;
const uint8_t kSLI = 2;
const uint8_t kRPSI = 3;
const uint8_t kAFB = 15;
enum SrsRtcConnectionStateType
{
// TODO: FIXME: Should prefixed by enum name.