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
path: root/src/ref.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-11-28 23:57:09 +0300
committerJames Almer <jamrial@gmail.com>2018-11-29 00:38:35 +0300
commitd4ddfdf519280fd0f35c897f56c1fb25fdc239a4 (patch)
treedb5a44847b5acaf177a9d0bcd3715578a88b4a11 /src/ref.h
parenta408309589e909f759d7ecc7adf86d939fd2fc9f (diff)
obu: ensure that the frame header reference is writable
Diffstat (limited to 'src/ref.h')
-rw-r--r--src/ref.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ref.h b/src/ref.h
index 6677693..ebe3ada 100644
--- a/src/ref.h
+++ b/src/ref.h
@@ -48,4 +48,6 @@ Dav1dRef *dav1d_ref_wrap(const uint8_t *ptr,
void dav1d_ref_inc(Dav1dRef *ref);
void dav1d_ref_dec(Dav1dRef **ref);
+int dav1d_ref_is_writable(Dav1dRef *ref);
+
#endif /* __DAV1D_SRC_REF_H__ */