Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Beauzée-Luyssen <hugo@videolan.org>2018-09-20 14:21:08 +0300
committerRonald S. Bultje <rsbultje@gmail.com>2018-09-22 14:59:24 +0300
commit707a32a57df226e3364dcc4373fc32ae7a69af91 (patch)
tree7f2705182960064fe70088ff1c39fe9d356e2ff1 /src/picture.c
parente2892ffa2dd1e893d0229c5fcbe0bbbee8e11c20 (diff)
Add & use a thread compatibility layer
Diffstat (limited to 'src/picture.c')
-rw-r--r--src/picture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/picture.c b/src/picture.c
index dccfd40..cb3daba 100644
--- a/src/picture.c
+++ b/src/picture.c
@@ -39,6 +39,7 @@
#include "src/picture.h"
#include "src/ref.h"
+#include "src/thread.h"
static int picture_alloc_with_edges(Dav1dPicture *const p,
const int w, const int h,