summaryrefslogtreecommitdiff
path: root/toxav/codec.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/codec.c')
-rw-r--r--toxav/codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/codec.c b/toxav/codec.c
index de802526..ae146ccf 100644
--- a/toxav/codec.c
+++ b/toxav/codec.c
@@ -26,6 +26,7 @@
26#include "config.h" 26#include "config.h"
27#endif /* HAVE_CONFIG_H */ 27#endif /* HAVE_CONFIG_H */
28 28
29#include "codec.h"
29#include "../toxcore/logger.h" 30#include "../toxcore/logger.h"
30#include "../toxcore/util.h" 31#include "../toxcore/util.h"
31 32
@@ -37,7 +38,6 @@
37 38
38#include "msi.h" 39#include "msi.h"
39#include "rtp.h" 40#include "rtp.h"
40#include "codec.h"
41 41
42/* Good quality encode. */ 42/* Good quality encode. */
43#define MAX_DECODE_TIME_US 0 43#define MAX_DECODE_TIME_US 0