neteq test: add opus/red with default payload type
BUG=webrtc:42221750
Change-Id: I272bcb84ce8deb73497e93d3ffe6549019040d02
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/350868
Commit-Queue: Markus Handell <handellm@webrtc.org>
Reviewed-by: Jakob Ivarsson‎ <jakobi@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42351}
diff --git a/modules/audio_coding/neteq/tools/neteq_test.cc b/modules/audio_coding/neteq/tools/neteq_test.cc
index 56eccee..d47671f 100644
--- a/modules/audio_coding/neteq/tools/neteq_test.cc
+++ b/modules/audio_coding/neteq/tools/neteq_test.cc
@@ -307,6 +307,7 @@
#endif
#ifdef WEBRTC_CODEC_OPUS
{111, SdpAudioFormat("opus", 48000, 2)},
+ {63, SdpAudioFormat("red", 48000, 2)},
#endif
{93, SdpAudioFormat("l16", 8000, 1)},
{94, SdpAudioFormat("l16", 16000, 1)},