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:
authorJanne Grunau <janne-vlc@jannau.net>2020-07-21 19:56:53 +0300
committerJanne Grunau <janne-vlc@jannau.net>2020-08-21 20:14:11 +0300
commitacc92406ac79b6f0cfb713800a7588622658b911 (patch)
tree07b681f725c40427bcde8036e5cf925c346dd943 /src/tables.c
parentd0e50cacead63e9904dde184580ce9a746374bd5 (diff)
API: remove anonymous struct and union from Dav1dWarpedMotionParams
Diffstat (limited to 'src/tables.c')
-rw-r--r--src/tables.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tables.c b/src/tables.c
index a50bba7..840b409 100644
--- a/src/tables.c
+++ b/src/tables.c
@@ -391,10 +391,10 @@ const Dav1dWarpedMotionParams dav1d_default_wm_params = {
0, 0, 1 << 16,
0, 0, 1 << 16,
},
- .alpha = 0,
- .beta = 0,
- .gamma = 0,
- .delta = 0,
+ .u.p.alpha = 0,
+ .u.p.beta = 0,
+ .u.p.gamma = 0,
+ .u.p.delta = 0,
};
const int8_t dav1d_cdef_directions[2 + 8 + 2 /* dir */][2 /* pass */] = {