From 7b6e7703cdeeecae28552f589f249a6ab7f6c4d2 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 29 May 2014 14:20:50 +0200 Subject: Make typedef for framelists. Add some error handling in SRTP class. Make new instance protection mechanism for SRTP. Make some error handling in lrtp public API. --- src/rtp_profile_l16.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rtp_profile_l16.cc') diff --git a/src/rtp_profile_l16.cc b/src/rtp_profile_l16.cc index 379df1c..f57ba4b 100644 --- a/src/rtp_profile_l16.cc +++ b/src/rtp_profile_l16.cc @@ -79,7 +79,7 @@ int profile_l16_pack(struct lrtp_profile_t *profile, int profile_l16_unpack(struct lrtp_profile_t *profile, const RTP &rtp, - std::list &framelist) + oframelist_t &framelist) { struct lrtp_profile_l16_t *p = (struct lrtp_profile_l16_t *)profile; -- cgit v1.2.3