]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
padding is superfluous (mtime_t, coords...)
[vlc] / include / vlc_common.h
index 371b883e30abc18c8c82801e833e0990c959c285..38ad6fce21efd9a9dee16e4e564764e93038f9f3 100644 (file)
@@ -419,9 +419,6 @@ typedef union
     mtime_t         i_time;
     struct { int32_t x; int32_t y; } coords;
 
-    /* Make sure the structure is at least 64bits */
-    uint8_t padding[8];
-
 } vlc_value_t;
 
 /**