From 7b5c9163dbe6a546dc1537e3092d0ddce29e45f5 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) --- lib/codeclib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/codeclib.c b/lib/codeclib.c index 765f8b384..3bed9f55b 100644 --- a/lib/codeclib.c +++ b/lib/codeclib.c @@ -448,6 +448,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,