summaryrefslogtreecommitdiff
path: root/rtsp.h
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2017-10-15 14:23:09 +0100
committerMike Brady <mikebrady@eircom.net>2017-10-15 14:23:09 +0100
commit3cb86f400bc7239b7a4c6224b2718fae4fedd02b (patch)
tree2805a0db76f7310c03c911112b48e8083644bc8a /rtsp.h
parent415b3f4ba9bbf9b1a5f4896aa292d4662ac23cdb (diff)
Add the 'dapo' metadata message, giving the DACP port number when found
Diffstat (limited to 'rtsp.h')
-rw-r--r--rtsp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtsp.h b/rtsp.h
index ec4d552..eae28df 100644
--- a/rtsp.h
+++ b/rtsp.h
@@ -15,8 +15,8 @@ void metadata_init(void);
// sends metadata out to the metadata pipe, if enabled.
// It is sent with the type 'ssnc' the given code, data and length
-// The handler at the other end must kknow what to do with the data
-// e.g. it it's malloced, to free it, etc.
+// The handler at the other end must know what to do with the data
+// e.g. if it's malloced, to free it, etc.
// nothing is done automatically
int send_ssnc_metadata(uint32_t code, char *data, uint32_t length, int block);