aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec_hr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/codec_hr.c')
-rw-r--r--src/codec_hr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codec_hr.c b/src/codec_hr.c
index 6e5948a..7c1484e 100644
--- a/src/codec_hr.c
+++ b/src/codec_hr.c
@@ -73,7 +73,7 @@ codec_hr_decode(void *_state, uint8_t *pcm, const uint8_t *cod, unsigned int cod
#endif /* HAVE_LIBGSMHR */
-const struct codec_desc codec_hr_desc = {
+const struct osmo_gapk_codec_desc codec_hr_desc = {
.type = CODEC_HR,
.name = "hr",
.description = "GSM 06.20 Half Rate codec",