summaryrefslogtreecommitdiff
path: root/src/rtp_profile.h
diff options
context:
space:
mode:
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;