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/headers.h')
-rw-r--r--include/dav1d/headers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dav1d/headers.h b/include/dav1d/headers.h
index f9b89f3..f850d2d 100644
--- a/include/dav1d/headers.h
+++ b/include/dav1d/headers.h
@@ -95,9 +95,9 @@ typedef struct Dav1dWarpedMotionParams {
union {
struct {
int16_t alpha, beta, gamma, delta;
- };
+ } p;
int16_t abcd[4];
- };
+ } u;
} Dav1dWarpedMotionParams;
enum Dav1dPixelLayout {