summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sub/osd.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/sub/osd.h b/sub/osd.h
index 17e8a02c08..c79707e0f5 100644
--- a/sub/osd.h
+++ b/sub/osd.h
@@ -52,11 +52,9 @@ struct sub_bitmap {
int x, y;
int dw, dh;
- union {
- struct {
- uint32_t color;
- } libass;
- };
+ struct {
+ uint32_t color;
+ } libass;
};
struct sub_bitmaps {