From 0f900a2b4d7707dddeddadd62ac5a109aed93e7e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 6 Jan 2014 08:07:56 +0100 Subject: Fix round robin frame selector. Add l16 and jpeg profiles. Add timestamp to lrtp_enqueue_frame. --- src/rtp_profile_raw.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rtp_profile_raw.cc') diff --git a/src/rtp_profile_raw.cc b/src/rtp_profile_raw.cc index 2b27501..25cc297 100644 --- a/src/rtp_profile_raw.cc +++ b/src/rtp_profile_raw.cc @@ -57,7 +57,7 @@ int profile_raw_unpack(struct lrtp_profile_t *profile, const RTP &rtp, std::list &framelist) { - struct lrtp_profile_raw_t *p = (struct lrtp_profile_raw_t *)profile; + //struct lrtp_profile_raw_t *p = (struct lrtp_profile_raw_t *)profile; outputframe_t *of = new outputframe_t(); of->size = rtp.payloadSize(); -- cgit v1.2.3