From f52b3c8b11dd30317f7084b075716d4336b0169f Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 3 Jul 2012 20:03:01 +0200 Subject: rtp: remove unused rtp_handle parameter from osmo_rtp_parse And also adjust example files to use the new function. Signed-off-by: Pablo Neira Ayuso --- include/osmocom/netif/rtp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmocom') diff --git a/include/osmocom/netif/rtp.h b/include/osmocom/netif/rtp.h index 3218006..e65bd15 100644 --- a/include/osmocom/netif/rtp.h +++ b/include/osmocom/netif/rtp.h @@ -57,7 +57,7 @@ int osmo_rtp_handle_tx_set_sequence(struct osmo_rtp_handle *h, uint16_t seq); int osmo_rtp_handle_tx_set_ssrc(struct osmo_rtp_handle *h, uint32_t ssrc); int osmo_rtp_handle_tx_set_timestamp(struct osmo_rtp_handle *h, uint32_t timestamp); -int osmo_rtp_parse(struct osmo_rtp_handle *h, struct msgb *msg); +int osmo_rtp_parse(struct msgb *msg); struct msgb *osmo_rtp_build(struct osmo_rtp_handle *h, uint8_t payload_type, uint32_t payload_len, const void *data, uint32_t duration); /* supported RTP payload types. */ -- cgit v1.2.3