aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/mgcp_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbsc/include/openbsc/mgcp_internal.h b/openbsc/include/openbsc/mgcp_internal.h
index a62dbb212..8fb8a45ad 100644
--- a/openbsc/include/openbsc/mgcp_internal.h
+++ b/openbsc/include/openbsc/mgcp_internal.h
@@ -154,9 +154,9 @@ enum mgcp_type {
* Function pointers for RTP processing/transcoding
*/
struct mgcp_transcoding {
- mgcp_processing processing_cb;
- mgcp_processing_setup setup_processing_cb;
- mgcp_get_format get_net_downlink_format_cb;
+ mgcp_processing process;
+ mgcp_processing_setup setup;
+ mgcp_get_format get_net_downlink_format;
};
extern const struct mgcp_transcoding *mgcp_default_transcoder;