aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gapk/codecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/gapk/codecs.h')
-rw-r--r--include/osmocom/gapk/codecs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/gapk/codecs.h b/include/osmocom/gapk/codecs.h
index 253fb14..33f6593 100644
--- a/include/osmocom/gapk/codecs.h
+++ b/include/osmocom/gapk/codecs.h
@@ -73,6 +73,9 @@ struct osmo_gapk_codec_desc {
/* Encoding / decoding function pointers */
osmo_gapk_codec_conv_cb_t codec_encode;
osmo_gapk_codec_conv_cb_t codec_decode;
+
+ /* ECU (Error Concealment Unit) function */
+ osmo_gapk_codec_conv_cb_t ecu_proc;
};
const struct osmo_gapk_codec_desc *