From 7fc1b8f300b2ce2e7f8bd573f02b8650213c2be9 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 30 May 2014 10:53:59 +0200 Subject: Add memory ownership flag 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 6865adb..8a0d2e9 100644 --- a/src/rtp_profile.h +++ b/src/rtp_profile.h @@ -40,6 +40,7 @@ typedef struct { size_t size; size_t offset; unsigned long int timestamp; + bool owned; // Set to true to for lrtp to not free the data pointer when done. } inputframe_t; typedef std::list iframelist_t; -- cgit v1.2.3