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:
authorSteve Lhomme <robux4@ycbcr.xyz>2018-10-19 18:34:41 +0300
committerRonald S. Bultje <rsbultje@gmail.com>2018-10-19 18:34:41 +0300
commit1c42f8bf81d8fc1ac2d7a89dd00337fd70c5ae80 (patch)
tree8cfb84c01a2bc1daf931420328940750b229146c /include/dav1d/dav1d.h
parent793c50481b0fa407f5b0bd6eda8599c6c3249563 (diff)
Add support for external picture buffer allocation
Diffstat (limited to 'include/dav1d/dav1d.h')
-rw-r--r--include/dav1d/dav1d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dav1d/dav1d.h b/include/dav1d/dav1d.h
index 372f746..c586618 100644
--- a/include/dav1d/dav1d.h
+++ b/include/dav1d/dav1d.h
@@ -38,6 +38,7 @@ typedef struct Dav1dRef Dav1dRef;
typedef struct Dav1dSettings {
int n_frame_threads;
int n_tile_threads;
+ Dav1dPicAllocator allocator;
} Dav1dSettings;
/**