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 /include
parentd0e50cacead63e9904dde184580ce9a746374bd5 (diff)
API: remove anonymous struct and union from Dav1dWarpedMotionParams
Diffstat (limited to 'include')
-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 {