summaryrefslogtreecommitdiff
path: root/src/rtp_profile.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-05-30 10:53:59 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-05-30 10:53:59 +0200
commit7fc1b8f300b2ce2e7f8bd573f02b8650213c2be9 (patch)
tree3104c20c48598e3be0a9131b8280f0641771216e /src/rtp_profile.h
parent87bca87ab318ff254fab4b87ac8e469925f44d22 (diff)
Add memory ownership flag to lrtp_enqueue_frame.
Diffstat (limited to 'src/rtp_profile.h')
-rw-r--r--src/rtp_profile.h1
1 files changed, 1 insertions, 0 deletions
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<inputframe_t *> iframelist_t;