rtp_stream use fmtp FU

Change-Id: If98a04d782d5a975d96e73d4dc74b4d20c363ffc
This commit is contained in:
Neels Hofmeyr 2024-02-07 03:01:33 +01:00
parent 333f586578
commit 3e4429af5e
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ void rtp_stream_set_codecs(struct rtp_stream *rtps, const struct sdp_audio_codec
{
if (!codecs || !codecs->count)
return;
if (sdp_audio_codecs_cmp(&rtps->codecs, codecs, false, true) == 0) {
if (sdp_audio_codecs_cmp(&rtps->codecs, codecs, true, true) == 0) {
LOG_RTPS(rtps, LOGL_DEBUG, "no change: codecs already set to %s\n",
sdp_audio_codecs_to_str(&rtps->codecs));
return;