summaryrefslogtreecommitdiff
path: root/toxav/video.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-09-22 15:20:33 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-09-24 23:36:50 +0100
commitf60900c4b813abbce213db6de217837645c6590e (patch)
tree02e9223f1627f1c647b42fa3f623b7354b6c6331 /toxav/video.c
parent15cb4261665bab4ef02a5b1b9db48b9477c9b87a (diff)
Move ring buffer out of toxcore/util into toxav.
Toxcore itself doesn't use this data structure. Only toxav does, so now toxav owns the code for it.
Diffstat (limited to 'toxav/video.c')
-rw-r--r--toxav/video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxav/video.c b/toxav/video.c
index 5bb3b8ae..93ebbb16 100644
--- a/toxav/video.c
+++ b/toxav/video.c
@@ -26,6 +26,7 @@
26#include "video.h" 26#include "video.h"
27 27
28#include "msi.h" 28#include "msi.h"
29#include "ring_buffer.h"
29#include "rtp.h" 30#include "rtp.h"
30 31
31#include "../toxcore/logger.h" 32#include "../toxcore/logger.h"