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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rtp_profile.h') diff --git a/src/rtp_profile.h b/src/rtp_profile.h index 96dc9eb..c38f824 100644 --- a/src/rtp_profile.h +++ b/src/rtp_profile.h @@ -39,6 +39,7 @@ typedef struct { const char *data; size_t size; size_t offset; + unsigned long int timestamp; } inputframe_t; typedef struct { -- cgit v1.2.3