From 4a823ec044434cd1e294788c0399c65f6aed05bc Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 20 Jan 2025 08:31:51 -0400 Subject: [PATCH] MT#55283 ignore a=fmtp for G.722 We don't parse these out and formats should be compatible. Change-Id: Ie106591f3d12539eb1101793b50df9db97637625 (cherry picked from commit 68ad1dc8df629b45c229d409ec24e6870953a6ca) (cherry picked from commit 91b54791179ffdb0a3fc8e80a7421e3d339ca509) (cherry picked from commit 8d34d4c4dd8eb2fce60fbd8518db6eebc702ea75) (cherry picked from commit 5a6041db628218558a501be6d585ac697cfd6b7f) --- lib/codeclib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/codeclib.c b/lib/codeclib.c index a2a8af288..d635a4ba2 100644 --- a/lib/codeclib.c +++ b/lib/codeclib.c @@ -357,6 +357,7 @@ static struct codec_def_s __codec_defs[] = { .default_clockrate = 8000, .default_channels = 1, .default_ptime = 20, + .format_cmp = format_cmp_ignore, .packetizer = packetizer_samplestream, .bits_per_sample = 4, .media_type = MT_AUDIO,