sdp_codec_to_str

Change-Id: I6424fa4f8c0a2a583127f00db7a311b4a91b8bbd
This commit is contained in:
Neels Hofmeyr 2024-02-25 03:27:56 +01:00
parent 12dddab03d
commit 0e79ac148d
1 changed files with 2 additions and 0 deletions

View File

@ -94,3 +94,5 @@ void sdp_audio_codecs_from_speech_codec_list(struct osmo_sdp_codec_list *ac, con
int sdp_audio_codecs_to_gsm0808_channel_type(struct gsm0808_channel_type *ct, const struct osmo_sdp_codec_list *ac);
enum mgcp_codecs sdp_audio_codec_to_mgcp_codec(const struct osmo_sdp_codec *codec);
char *sdp_codec_to_str(const struct osmo_sdp_codec *codec);