Remove last mention of speex codec

The last mention was in a unit test, where speex was used to name an
arbitrary codec. The name "foo" is now used instead.

Bug: webrtc:4844
Change-Id: Ia1ede8512b894e6c16c0c168a50dc4d62d6911ad
Reviewed-on: https://webrtc-review.googlesource.com/74781
Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org>
Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23160}
This commit is contained in:
Henrik Lundin 2018-05-07 12:05:57 +02:00 committed by Commit Bot
parent 092bbb5193
commit f8ed5614c2

View File

@ -82,7 +82,7 @@ static const AudioCodec kAudioCodecs1[] = {
AudioCodec(107, "CN", 48000, 0, 1)};
static const AudioCodec kAudioCodecs2[] = {
AudioCodec(126, "speex", 16000, 22000, 1),
AudioCodec(126, "foo", 16000, 22000, 1),
AudioCodec(0, "PCMU", 8000, 64000, 1),
AudioCodec(127, "iLBC", 8000, 13300, 1),
};