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, 0 insertions, 3 deletions
diff --git a/toxav/codec.h b/toxav/codec.h
index 7cc9b15d..497016eb 100644
--- a/toxav/codec.h
+++ b/toxav/codec.h
@@ -42,9 +42,6 @@
42/* Audio encoding/decoding */ 42/* Audio encoding/decoding */
43#include <opus.h> 43#include <opus.h>
44 44
45#define PACKED_AUDIO_SIZE(x) (x + 5)
46#define UNPACKED_AUDIO_SIZE(x) (x - 5)
47
48typedef struct CSession_s { 45typedef struct CSession_s {
49 46
50 /* VIDEO 47 /* VIDEO