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:
Diffstat (limited to 'include/dav1d/data.h')
-rw-r--r--include/dav1d/data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dav1d/data.h b/include/dav1d/data.h
index c68a29b..a78dc4a 100644
--- a/include/dav1d/data.h
+++ b/include/dav1d/data.h
@@ -37,6 +37,7 @@ typedef struct Dav1dData {
const uint8_t *data; ///< data pointer
size_t sz; ///< data size
struct Dav1dRef *ref; ///< allocation origin
+ Dav1dDataProps m;
} Dav1dData;
/**