mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
mgcp_internal: remove unused struct member
The struct member rtp_process_data in struct mgcp_rtp_end is unused and should be removed - remove rtp_process_data Change-Id: I3a66d159ce32359621ff2e772ee3421340b78cd5
This commit is contained in:
@@ -137,8 +137,6 @@ struct mgcp_rtp_end {
|
||||
int force_constant_ssrc; /* -1: always, 0: don't, 1: once */
|
||||
/* should we perform align_rtp_timestamp_offset() (1) or not (0) */
|
||||
int force_aligned_timing;
|
||||
/* FIXME: not used anymore, used to be [external] transcoding related */
|
||||
void *rtp_process_data;
|
||||
|
||||
/* Each end has a separate socket for RTP and RTCP */
|
||||
struct osmo_fd rtp;
|
||||
|
Reference in New Issue
Block a user