summaryrefslogtreecommitdiff
path: root/src/rtp_profile.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-03-07 12:48:53 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2014-03-07 12:48:53 +0100
commit0381e78adcba755d4d0674cf176b798cee4e8aae (patch)
tree2ff662b7cc564fc90bc278f0d70c283d47c729f2 /src/rtp_profile.h
parenta3ae51536b135abe09f81e578d74e2fe24da3d52 (diff)
Free data in input frame, not just the frame struct.
Diffstat (limited to 'src/rtp_profile.h')
-rw-r--r--src/rtp_profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtp_profile.h b/src/rtp_profile.h
index c38f824..bfb7572 100644
--- a/src/rtp_profile.h
+++ b/src/rtp_profile.h
@@ -36,7 +36,7 @@
struct lrtp_t;
typedef struct {
- const char *data;
+ char *data;
size_t size;
size_t offset;
unsigned long int timestamp;