diff --git a/ext-codec/G711.cpp b/ext-codec/G711.cpp index 767cc8ec..e8c05df5 100644 --- a/ext-codec/G711.cpp +++ b/ext-codec/G711.cpp @@ -79,7 +79,7 @@ CodecId getCodecA() { } CodecId getCodecU() { - return CodecG711A; + return CodecG711U; } Track::Ptr getTrackByCodecId_l(CodecId codec, int sample_rate, int channels, int sample_bit) {