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:
authorHenrik Gramner <gramner@twoorioles.com>2019-11-19 02:06:23 +0300
committerHenrik Gramner <henrik@gramner.com>2019-11-21 04:09:23 +0300
commit7f30c67f1798fc3562ab8520dad6333573a02b71 (patch)
tree8b55b11c0c859a760fe542fe58f192a1b628871e /include/dav1d
parent564d3d9119da13b6fd288329a734813aa08e11a7 (diff)
Increase DAV1D_PICTURE_ALIGNMENT to 64
Diffstat (limited to 'include/dav1d')
-rw-r--r--include/dav1d/picture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dav1d/picture.h b/include/dav1d/picture.h
index 6d76802..08746f3 100644
--- a/include/dav1d/picture.h
+++ b/include/dav1d/picture.h
@@ -37,7 +37,7 @@
/* Number of bytes to align AND pad picture memory buffers by, so that SIMD
* implementations can over-read by a few bytes, and use aligned read/write
* instructions. */
-#define DAV1D_PICTURE_ALIGNMENT 32
+#define DAV1D_PICTURE_ALIGNMENT 64
typedef struct Dav1dPictureParameters {
int w; ///< width (in pixels)