sdp_msg: increase max codecs to 64

Change-Id: I3f88eb954de2f50b833297627f9717313778fd12
This commit is contained in:
Neels Hofmeyr 2024-01-19 05:52:58 +01:00
parent 8216b39ead
commit 87c6243b3d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ struct sdp_audio_codec {
struct sdp_audio_codecs {
unsigned int count;
struct sdp_audio_codec codec[16];
struct sdp_audio_codec codec[64];
};
struct sdp_msg {