[fix] fix crash due to unsupported bitrate limits

This commit is contained in:
dijunkun
2025-03-28 17:37:35 +08:00
parent 506ded3027
commit 794d57eb40
13 changed files with 132 additions and 126 deletions

View File

@@ -22,7 +22,8 @@ typedef enum {
H264_FEC_REPAIR = 98,
AV1 = 99,
OPUS = 111,
DATA = 127
RTX = 127,
DATA = 120
} PAYLOAD_TYPE;
typedef struct {