summaryrefslogtreecommitdiff
path: root/toxav/codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/codec.h')
-rw-r--r--toxav/codec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/toxav/codec.h b/toxav/codec.h
index 93b08cd2..4e2b995b 100644
--- a/toxav/codec.h
+++ b/toxav/codec.h
@@ -42,6 +42,9 @@
42 42
43#define PAIR(TYPE1__, TYPE2__) struct { TYPE1__ first; TYPE2__ second; } 43#define PAIR(TYPE1__, TYPE2__) struct { TYPE1__ first; TYPE2__ second; }
44 44
45#define PACKED_AUDIO_SIZE(x) (x + 5)
46#define UNPACKED_AUDIO_SIZE(x) (x - 5)
47
45typedef struct CSession_s { 48typedef struct CSession_s {
46 49
47 /* VIDEO 50 /* VIDEO