Commit e284f240 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

padding is superfluous (mtime_t, coords...)

parent 098b6f26
...@@ -419,9 +419,6 @@ typedef union ...@@ -419,9 +419,6 @@ typedef union
mtime_t i_time; mtime_t i_time;
struct { int32_t x; int32_t y; } coords; struct { int32_t x; int32_t y; } coords;
/* Make sure the structure is at least 64bits */
uint8_t padding[8];
} vlc_value_t; } vlc_value_t;
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment