aboutsummaryrefslogtreecommitdiff
path: root/net/udpsend~.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/udpsend~.h')
-rw-r--r--net/udpsend~.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/net/udpsend~.h b/net/udpsend~.h
index 6ecfa6d..a0e5d94 100644
--- a/net/udpsend~.h
+++ b/net/udpsend~.h
@@ -83,15 +83,15 @@ typedef union _flint
a == SF_16BIT ? sizeof(short) : 1)
typedef struct _tag
-{ /* size (bytes) */
-// char version; /* 1 */
- char format; /* 1 */
- long count; /* 4 */
- char channels; /* 1 */
- long framesize; /* 4 */
- char extension[5]; /* 5 */
-} t_tag; /*--------------*/
- /* 16 */
+{ /* size (bytes) */
+ char tag[4]; /* 4 */ /*"TAG!"*/
+ char format; /* 1 */
+ long count; /* 4 */
+ char channels; /* 1 */
+ long framesize; /* 4 */
+ char reserved[2]; /* 2 */ /* pad to 16 bytes */
+} t_tag; /*-----*/
+ /* 16 */
typedef struct _frame
{