summaryrefslogtreecommitdiff
path: root/src/lrtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lrtp.h')
-rw-r--r--src/lrtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lrtp.h b/src/lrtp.h
index f790c59..dc40a91 100644
--- a/src/lrtp.h
+++ b/src/lrtp.h
@@ -89,7 +89,7 @@ typedef enum {
*/
EXPORT
int lrtp_enqueue_frame(struct lrtp_t *lrtp, unsigned int csrc,
- const char *framedate, size_t framesize,
+ char *framedate, size_t framesize,
unsigned long int timestamp);
/**