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.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;