summaryrefslogtreecommitdiffstats
path: root/src/userintf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/userintf.cpp')
-rw-r--r--src/userintf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/userintf.cpp b/src/userintf.cpp
index b0ce65e..71ca14a 100644
--- a/src/userintf.cpp
+++ b/src/userintf.cpp
@@ -2172,6 +2172,7 @@ string t_userintf::format_codec(t_audio_codec codec) const {
case CODEC_G726_24: return "g726-24";
case CODEC_G726_32: return "g726-32";
case CODEC_G726_40: return "g726-40";
+ case CODEC_G729A: return "g729a";
default: return "???";
}
}