diff --git a/lib/codeclib.c b/lib/codeclib.c index a0f50e97d..608df7be2 100644 --- a/lib/codeclib.c +++ b/lib/codeclib.c @@ -306,6 +306,7 @@ static struct codec_def_s __codec_defs[] = { .default_channels = 1, .default_ptime = 20, .packetizer = packetizer_samplestream, + .format_cmp = format_cmp_ignore, .bits_per_sample = 8, .media_type = MT_AUDIO, .codec_type = &codec_type_avcodec, @@ -324,6 +325,7 @@ static struct codec_def_s __codec_defs[] = { .default_ptime = 20, .packetizer = packetizer_samplestream, .bits_per_sample = 8, + .format_cmp = format_cmp_ignore, .media_type = MT_AUDIO, .codec_type = &codec_type_avcodec, .silence_pattern = STR_CONST_INIT("\xff"),