mirror of
https://github.com/kunkundi/crossdesk.git
synced 2026-03-26 02:40:22 +08:00
[fix] fix crash due to unsupported bitrate limits
This commit is contained in:
@@ -22,7 +22,8 @@ typedef enum {
|
||||
H264_FEC_REPAIR = 98,
|
||||
AV1 = 99,
|
||||
OPUS = 111,
|
||||
DATA = 127
|
||||
RTX = 127,
|
||||
DATA = 120
|
||||
} PAYLOAD_TYPE;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user